Skip to content

Commit ae17ab5

Browse files
committed
tentative fix
1 parent 451136c commit ae17ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ jobs:
115115
env:
116116
CIBW_BUILD: cp39-macosx_arm64 cp310-macosx_arm64 cp311-macosx_arm64 cp312-macosx_arm64 cp313-macosx_arm64
117117
CIBW_ARCHS: arm64
118-
MACOSX_DEPLOYMENT_TARGET: 11.0 # Set macOS deployment target
118+
MACOSX_DEPLOYMENT_TARGET: 14.0 # Set macOS deployment target
119119
- name: Test wheels
120120
run: python -m nox --sessions test_wheel

0 commit comments

Comments
 (0)