File tree Expand file tree Collapse file tree 1 file changed +31
-31
lines changed
Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -11,51 +11,51 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 include :
14- # - name: ubuntu-22.04-gcc
15- # os: ubuntu-22.04
16- # compiler: gcc
14+ - name : ubuntu-22.04-gcc
15+ os : ubuntu-22.04
16+ compiler : gcc
1717
18- # - name: ubuntu-22.04-clang
19- # os: ubuntu-22.04
20- # compiler: clang
18+ - name : ubuntu-22.04-clang
19+ os : ubuntu-22.04
20+ compiler : clang
2121
2222 - name : ubuntu-22.04-clang-tidy
2323 os : ubuntu-22.04
2424 compiler : clang
2525 cmake_vars : " -DINJA_ENABLE_CLANG_TIDY=ON"
2626
27- # - name: ubuntu-22.04-clang-15-no-exceptions
28- # os: ubuntu-22.04
29- # compiler: clang-15
30- # cmake_vars: "-DCMAKE_CXX_FLAGS=-fno-exceptions -DBUILD_TESTING=OFF"
27+ - name : ubuntu-22.04-clang-15-no-exceptions
28+ os : ubuntu-22.04
29+ compiler : clang-15
30+ cmake_vars : " -DCMAKE_CXX_FLAGS=-fno-exceptions -DBUILD_TESTING=OFF"
3131
32- # - name: ubuntu-24.04-gcc
33- # os: ubuntu-24.04
34- # compiler: gcc
32+ - name : ubuntu-24.04-gcc
33+ os : ubuntu-24.04
34+ compiler : gcc
3535
36- # - name: windows-2022-msvc
37- # os: windows-2022
38- # compiler: msvc
36+ - name : windows-2022-msvc
37+ os : windows-2022
38+ compiler : msvc
3939
40- # - name: windows-2022-clang
41- # os: windows-2022
42- # compiler: clang
40+ - name : windows-2022-clang
41+ os : windows-2022
42+ compiler : clang
4343
44- # - name: windows-2022-gcc
45- # os: windows-2022
46- # compiler: gcc
44+ - name : windows-2022-gcc
45+ os : windows-2022
46+ compiler : gcc
4747
48- # - name: windows-2025-msvc
49- # os: windows-2025
50- # compiler: msvc
48+ - name : windows-2025-msvc
49+ os : windows-2025
50+ compiler : msvc
5151
52- # - name: macOS-13-gcc
53- # os: macOS-13
54- # compiler: gcc
52+ - name : macOS-13-gcc
53+ os : macOS-13
54+ compiler : gcc
5555
56- # - name: macOS-13-clang
57- # os: macOS-13
58- # compiler: clang
56+ - name : macOS-13-clang
57+ os : macOS-13
58+ compiler : clang
5959
6060 steps :
6161 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments