We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fea07 commit e563e83Copy full SHA for e563e83
.github/workflows/cmake.yml
@@ -16,9 +16,9 @@ jobs:
16
config:
17
18
- { name: macos-12-clang-14-cmake, os: macos-12, cxx: clang++ } # default
19
- - { name: macos-11-clang-13-cmake, os: macos-11, cxx: clang++ } # default
+ - { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default
20
21
- - { name: macos-11-gcc-12-cmake, os: macos-11, cxx: g++-12 } #installed
+ - { name: macos-14-gcc-14-cmake, os: macos-14, cxx: g++-14 } #installed
22
23
- { name: ubuntu-22.04-clang-15-cmake, os: ubuntu-22.04, cxx: clang++-15 } #installed
24
0 commit comments