Skip to content

Commit bda235c

Browse files
ci(cmake-multi-platform): use macos-15 to have Clang/LLVM 18
actions/runner-images#10686 actions/runner-images#11486
1 parent 74fe8ab commit bda235c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-multi-platform.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
#
2424
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2525
matrix:
26-
os: [ubuntu-latest, macos-latest]
26+
os: [ubuntu-latest, macos-15]
2727
build_type: [Release]
2828
c_compiler: [gcc, clang]
2929
include:
@@ -33,11 +33,11 @@ jobs:
3333
- os: ubuntu-latest
3434
c_compiler: clang
3535
cpp_compiler: clang++
36-
- os: macos-latest
36+
- os: macos-15
3737
c_compiler: clang
3838
cpp_compiler: clang++
3939
exclude:
40-
- os: macos-latest
40+
- os: macos-15
4141
c_compiler: gcc
4242

4343
steps:

0 commit comments

Comments
 (0)