Skip to content

Commit

Permalink
Change ARM MACOS DEPLOYMENT to 14.7 as instructed by error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Dec 2, 2024
1 parent 8edbc5a commit f2ae96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +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
MACOSX_DEPLOYMENT_TARGET=14.7
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f2ae96d

Please sign in to comment.