File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 fail-fast : false
1515 matrix :
1616 cxx :
17- - g++-13
17+ - g++-14
1818 - clang++-16
1919 build_type : [Debug, Release]
2020 std : [11]
2121 include :
22- - cxx : g++-13
23- cc : gcc-13
22+ - cxx : g++-14
23+ cc : gcc-14
2424 - cxx : clang++-16
2525 cc : clang-16
2626 llvm_version : 16
4848 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4949 source "$HOME/.cargo/env"
5050
51+ - name : Print gcc version
52+ run : |
53+ which gcc
54+ gcc --version
55+
5156 - name : Configure build
5257 env :
5358 CC : ${{matrix.cc}}
@@ -114,7 +119,7 @@ jobs:
114119
115120 macos-builds :
116121 name : macos ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
117- runs-on : macos-latest
122+ runs-on : macos-12
118123 strategy :
119124 fail-fast : false
120125 matrix :
You can’t perform that action at this time.
0 commit comments