Skip to content

Commit 0717c40

Browse files
committed
CIbuild: set env var for macos
1 parent 319279e commit 0717c40

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Install OpenMP
18+
- name: Set-up on MacOS
1919
if: ${{ matrix.os == 'macos-14' }}
2020
run: |
21-
echo "Operating System: ${{ matrix.os }}"
2221
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"
22+
export MACOSX_DEPLOYMENT_TARGET="14.0"
2723
2824
- name: Build wheels
2925
uses: pypa/cibuildwheel@v2.23.2

0 commit comments

Comments
 (0)