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 cc42bfc commit fd015d3Copy full SHA for fd015d3
.github/workflows/ci.yml
@@ -299,6 +299,7 @@ jobs:
299
brew install llvm@15
300
brew remove llvm@18
301
brew cleanup
302
+ xcode-select -s /Applications/Xcode_15.4.app
303
echo "CC=$(brew --prefix llvm@15)/bin/clang" >> $GITHUB_ENV
304
echo "CXX=$(brew --prefix llvm@15)/bin/clang++" >> $GITHUB_ENV
305
else
@@ -781,6 +782,7 @@ jobs:
781
782
783
784
785
786
787
788
0 commit comments