Skip to content

Commit

Permalink
Switch deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman committed Dec 30, 2024
1 parent a4e277d commit 0ff3326
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ jobs:
python install_KLU_Sundials.py
python -m cibuildwheel --output-dir wheelhouse
env:
# 10.13 for Intel (macos-13), 11.0 for Apple Silicon (macos-14 and macos-latest)
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-14' && '11.0' || '10.13' }}
MACOSX_DEPLOYMENT_TARGET: 14.0
CIBW_ARCHS_MACOS: auto
CIBW_BEFORE_BUILD: python -m pip install cmake casadi setuptools delocate
CIBW_REPAIR_WHEEL_COMMAND: |
Expand Down

0 comments on commit 0ff3326

Please sign in to comment.