File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- runs-on : ubuntu-24.04
14+ runs-on : ${{ matrix.os }}
1515 strategy :
1616 fail-fast : false
1717 matrix :
1818 include :
19- - c_compiler : clang
19+ - os : ubuntu-24.04
20+ c_compiler : clang
21+ cpp_compiler : clang++
22+ - os : ubuntu-24.04-arm
23+ c_compiler : clang
2024 cpp_compiler : clang++
2125 # TODO: add back gcc build when it is fixed
2226 # - c_compiler: gcc
Original file line number Diff line number Diff line change @@ -22,10 +22,18 @@ jobs:
2222 compiler :
2323 c_compiler : clang
2424 cpp_compiler : clang++
25+ - os : ubuntu-24.04-arm
26+ compiler :
27+ c_compiler : clang
28+ cpp_compiler : clang++
2529 - os : windows-2022
2630 compiler :
2731 c_compiler : clang-cl
2832 cpp_compiler : clang-cl
33+ - os : windows-2025
34+ compiler :
35+ c_compiler : clang-cl
36+ cpp_compiler : clang-cl
2937 - os : macos-14
3038 compiler :
3139 c_compiler : clang
You can’t perform that action at this time.
0 commit comments