We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d545c commit 5b39a91Copy full SHA for 5b39a91
.github/workflows/build-macos.yml
@@ -23,7 +23,7 @@ on:
23
24
jobs:
25
build:
26
- runs-on: macos-14
+ runs-on: macos-15
27
28
strategy:
29
fail-fast: false
@@ -32,15 +32,15 @@ jobs:
32
# Release build
33
- cxx: g++-14
34
build_type: Release
35
- - cxx: clang++
+ - cxx: $(brew --prefix llvm@18)/bin/clang++
36
37
# Debug builds
38
39
build_type: Debug
40
41
42
sanitize: address
43
44
45
sanitize: undefined
46
0 commit comments