We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319279e commit 0717c40Copy full SHA for 0717c40
.github/workflows/build_wheels.yml
@@ -15,15 +15,11 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
- - name: Install OpenMP
+ - name: Set-up on MacOS
19
if: ${{ matrix.os == 'macos-14' }}
20
run: |
21
- echo "Operating System: ${{ matrix.os }}"
22
brew install libomp
23
- export LDFLAGS="-L/opt/homebrew/opt/libomp/lib"
24
- export CPPFLAGS="-I/opt/homebrew/opt/libomp/include"
25
- export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
26
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
+ export MACOSX_DEPLOYMENT_TARGET="14.0"
27
28
- name: Build wheels
29
uses: pypa/cibuildwheel@v2.23.2
0 commit comments