Skip to content

Commit

Permalink
Set MACOSX_DEPLOYMENT_TARGET as requested by error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Sep 19, 2024
1 parent 032f67b commit 288ee34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
CIBW_ARCHS: auto64
CIBW_SKIP: cp36* cp37* pp*
CIBW_BEFORE_ALL: brew install fftw || true
CIBW_ENVIRONMENT: >-
MACOSX_DEPLOYMENT_TARGET=13.0
- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -94,6 +96,7 @@ jobs:
CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
PATH="/opt/homebrew/opt/llvm/bin:$PATH"
FFTW_DIR="/opt/homebrew/lib"
MACOSX_DEPLOYMENT_TARGET=14.0
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 288ee34

Please sign in to comment.