Skip to content

Commit

Permalink
Try building arm64 against 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed May 16, 2024
1 parent 498151f commit 3c84d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
python -m pip install cibuildwheel
python -m cibuildwheel --output-dir wheelhouse
env:
MACOSX_DEPLOYMENT_TARGET: 11.1 # CasADi requires macOS 11.1
MACOSX_DEPLOYMENT_TARGET: 11.0
# Sourced from
# https://github.com/scipy/scipy/blob/f2d4775e7762fad984f8f0acd8227c725ff21630/tools/wheels/cibw_before_build_macos.sh#L23-L49
CIBW_BEFORE_ALL_MACOS: |
Expand Down

0 comments on commit 3c84d8d

Please sign in to comment.