Skip to content

Commit

Permalink
Change where env variable is set
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Sep 19, 2024
1 parent 288ee34 commit d31c823
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
CIBW_ARCHS: auto64
CIBW_SKIP: cp36* cp37* pp*
CIBW_BEFORE_ALL: brew install fftw || true
CIBW_ENVIRONMENT: >-
MACOSX_DEPLOYMENT_TARGET=13.0
MACOSX_DEPLOYMENT_TARGET: 13.0

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -96,7 +95,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
MACOSX_DEPLOYMENT_TARGET: 14.0

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d31c823

Please sign in to comment.