We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e277d commit 0ff3326Copy full SHA for 0ff3326
.github/workflows/build_wheels.yml
@@ -120,8 +120,7 @@ jobs:
120
python install_KLU_Sundials.py
121
python -m cibuildwheel --output-dir wheelhouse
122
env:
123
- # 10.13 for Intel (macos-13), 11.0 for Apple Silicon (macos-14 and macos-latest)
124
- MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-14' && '11.0' || '10.13' }}
+ MACOSX_DEPLOYMENT_TARGET: 14.0
125
CIBW_ARCHS_MACOS: auto
126
CIBW_BEFORE_BUILD: python -m pip install cmake casadi setuptools delocate
127
CIBW_REPAIR_WHEEL_COMMAND: |
0 commit comments