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 0da41fc commit fbecf93Copy full SHA for fbecf93
1 file changed
.github/workflows/wheels.yml
@@ -88,7 +88,7 @@ jobs:
88
CIBW_BUILD: "*macosx*"
89
CIBW_ARCHS: arm64
90
CIBW_SKIP: cp36* cp37* cp38* pp*
91
- CIBW_BEFORE_ALL: brew install llvm libomp fftw eigen
+ CIBW_BEFORE_ALL: brew install llvm@19 libomp fftw eigen
92
CIBW_ENVIRONMENT: >-
93
CC=/opt/homebrew/opt/llvm/bin/clang
94
CXX=/opt/homebrew/opt/llvm/bin/clang++
0 commit comments