Skip to content

Commit ae752da

Browse files
committed
Rename brew clang build from clang-15 to brew-clang
We just use whichever version of clang "brew install llvm" gives us (currently 21), so it doesn't make sense to hardcode it. Also helps distinguish it from the default apple clang.
1 parent 84eb632 commit ae752da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# This build tests Clang rather than AppleClang (keep)
4747
- build-system: cmake
4848
os: macos-13 # TODO: switch to macos-14 for arm64 testing
49-
compiler: clang-15
49+
compiler: brew-clang
5050
cxx: clang++
5151
cc: clang
5252
exclude:

0 commit comments

Comments
 (0)