Skip to content

Commit 89745f0

Browse files
committed
updating macos deployment target
1 parent 9a7147a commit 89745f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
env:
9696
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-* cp313t-* cp314t-*"
9797
CIBW_ENABLE: cpython-prerelease cpython-freethreading
98-
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
98+
# CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
9999
CIBW_BUILD_VERBOSITY: "3"
100100
CIBW_ENVIRONMENT: >
101-
MACOSX_DEPLOYMENT_TARGET="${{ matrix.os == 'macos-13' && '13.0' || '14.0' }}"
101+
MACOSX_DEPLOYMENT_TARGET="${{ matrix.os == 'macos-14' && '14.0' || '15.0' }}"
102102
CIBW_REPAIR_WHEEL_COMMAND: >
103103
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
104104
CIBW_TEST_COMMAND: |

0 commit comments

Comments
 (0)