Skip to content

Commit

Permalink
ci(cmake-multi-platform): use macos-15 to have Clang/LLVM 18
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswachowski committed Feb 2, 2025
1 parent 425367e commit 0dc8996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-15]
build_type: [Release]
c_compiler: [gcc, clang]
include:
Expand All @@ -33,11 +33,11 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
- os: macos-latest
- os: macos-15
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: macos-latest
- os: macos-15
c_compiler: gcc

steps:
Expand Down

0 comments on commit 0dc8996

Please sign in to comment.