File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
runs-on : ${{ matrix.os }}
66
66
strategy :
67
67
matrix :
68
- os : [macos-13 , macos-14 ]
68
+ os : [macos-14 , macos-15 ]
69
69
70
70
steps :
71
71
- uses : actions/checkout@v3
@@ -95,10 +95,10 @@ jobs:
95
95
env :
96
96
CIBW_BUILD : " cp310-* cp311-* cp312-* cp313-* cp314-* cp313t-* cp314t-*"
97
97
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' }}
99
99
CIBW_BUILD_VERBOSITY : " 3"
100
100
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' }}"
102
102
CIBW_REPAIR_WHEEL_COMMAND : >
103
103
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
104
104
CIBW_TEST_COMMAND : |
You can’t perform that action at this time.
0 commit comments