Skip to content

Commit 5b39a91

Browse files
committed
CI: upgrade MacOS image to macos-15 and Clang to version 18
1 parent 61d545c commit 5b39a91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
build:
26-
runs-on: macos-14
26+
runs-on: macos-15
2727

2828
strategy:
2929
fail-fast: false
@@ -32,15 +32,15 @@ jobs:
3232
# Release build
3333
- cxx: g++-14
3434
build_type: Release
35-
- cxx: clang++
35+
- cxx: $(brew --prefix llvm@18)/bin/clang++
3636
build_type: Release
3737
# Debug builds
3838
- cxx: g++-14
3939
build_type: Debug
40-
- cxx: clang++
40+
- cxx: $(brew --prefix llvm@18)/bin/clang++
4141
build_type: Debug
4242
sanitize: address
43-
- cxx: clang++
43+
- cxx: $(brew --prefix llvm@18)/bin/clang++
4444
build_type: Debug
4545
sanitize: undefined
4646

0 commit comments

Comments
 (0)