@@ -74,39 +74,39 @@ jobs:
74
74
strategy :
75
75
matrix :
76
76
include :
77
- # - os: ubuntu-20.04
78
- # container: craffael/feen-ci:clang17
79
- # compiler: 'clang++-17'
80
- # packages: ''
81
- # build_type: 'Debug'
82
- # cxx_flags: '-g0 -Werror=#warnings'
83
- # - os: ubuntu-20.04
84
- # container: craffael/feen-ci:clang17
85
- # compiler: 'clang++-17'
86
- # packages: ''
87
- # build_type: 'Release'
88
- # cxx_flags: '-g0 -Werror=#warnings'
77
+ - os : ubuntu-20.04
78
+ container : craffael/feen-ci:clang17
79
+ compiler : ' clang++-17'
80
+ packages : ' '
81
+ build_type : ' Debug'
82
+ cxx_flags : ' -g0 -Werror=#warnings'
83
+ - os : ubuntu-20.04
84
+ container : craffael/feen-ci:clang17
85
+ compiler : ' clang++-17'
86
+ packages : ' '
87
+ build_type : ' Release'
88
+ cxx_flags : ' -g0 -Werror=#warnings'
89
89
90
- # - os: ubuntu-20.04
91
- # container: craffael/feen-ci:gcc13
92
- # compiler: 'g++-13'
93
- # packages: ''
94
- # build_type: 'Debug'
95
- # cxx_flags: '-g0 -Werror=cpp'
96
- # - os: ubuntu-20.04
97
- # container: craffael/feen-ci:gcc13
98
- # compiler: 'g++-13'
99
- # packages: ''
100
- # build_type: 'Release'
101
- # cxx_flags: '-g0 -Werror=cpp'
102
- - os : macos-15
90
+ - os : ubuntu-20.04
91
+ container : craffael/feen-ci:gcc13
92
+ compiler : ' g++-13'
93
+ packages : ' '
94
+ build_type : ' Debug'
95
+ cxx_flags : ' -g0 -Werror=cpp'
96
+ - os : ubuntu-20.04
97
+ container : craffael/feen-ci:gcc13
98
+ compiler : ' g++-13'
99
+ packages : ' '
100
+ build_type : ' Release'
101
+ cxx_flags : ' -g0 -Werror=cpp'
102
+ - os : macos-14
103
103
compiler : ' clang++'
104
104
build_type : ' Debug'
105
105
cxx_flags : ' -g0 -Werror=#warnings'
106
- # - os: macos-15
107
- # compiler: 'clang++'
108
- # build_type: 'Release'
109
- # cxx_flags: '-g0 -Werror=#warnings'
106
+ - os : macos-15
107
+ compiler : ' clang++'
108
+ build_type : ' Release'
109
+ cxx_flags : ' -g0 -Werror=#warnings'
110
110
runs-on : ${{ matrix.os }}
111
111
container : ${{ matrix.container }}
112
112
env :
0 commit comments