Skip to content

Commit

Permalink
CI: Replace macOS 11 runner which is no longer supported by macOS 14 …
Browse files Browse the repository at this point in the history
…runner

Use also newer compilers.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jul 28, 2024
1 parent e1fea07 commit e563e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
config:

- { name: macos-12-clang-14-cmake, os: macos-12, cxx: clang++ } # default
- { name: macos-11-clang-13-cmake, os: macos-11, cxx: clang++ } # default
- { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default

- { 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

- { name: ubuntu-22.04-clang-15-cmake, os: ubuntu-22.04, cxx: clang++-15 } #installed

Expand Down

0 comments on commit e563e83

Please sign in to comment.