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 f1e2e8a commit 621a26eCopy full SHA for 621a26e
.github/workflows/ci.yml
@@ -297,6 +297,7 @@ jobs:
297
cling_on=$(echo "${{ matrix.cling }}" | tr '[:lower:]' '[:upper:]')
298
if [[ "${cling_on}" == "ON" ]]; then
299
brew install llvm@15
300
+ brew remove llvm@18
301
echo "CC=$(brew --prefix llvm@15)/bin/clang" >> $GITHUB_ENV
302
echo "CXX=$(brew --prefix llvm@15)/bin/clang++" >> $GITHUB_ENV
303
else
@@ -777,6 +778,7 @@ jobs:
777
778
779
780
781
782
783
784
0 commit comments