Skip to content

Commit 0ff3326

Browse files
committed
Switch deployment target
1 parent a4e277d commit 0ff3326

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ jobs:
120120
python install_KLU_Sundials.py
121121
python -m cibuildwheel --output-dir wheelhouse
122122
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' }}
123+
MACOSX_DEPLOYMENT_TARGET: 14.0
125124
CIBW_ARCHS_MACOS: auto
126125
CIBW_BEFORE_BUILD: python -m pip install cmake casadi setuptools delocate
127126
CIBW_REPAIR_WHEEL_COMMAND: |

0 commit comments

Comments
 (0)