Skip to content

Commit e563e83

Browse files
committed
CI: Replace macOS 11 runner which is no longer supported by macOS 14 runner
Use also newer compilers. Signed-off-by: Stefan Weil <[email protected]>
1 parent e1fea07 commit e563e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
config:
1717

1818
- { 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
19+
- { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default
2020

21-
- { name: macos-11-gcc-12-cmake, os: macos-11, cxx: g++-12 } #installed
21+
- { name: macos-14-gcc-14-cmake, os: macos-14, cxx: g++-14 } #installed
2222

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

0 commit comments

Comments
 (0)