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 6565 runs-on : ${{ matrix.os }}
6666 strategy :
6767 matrix :
68- os : [macos-13 , macos-14 ]
68+ os : [macos-14 , macos-15 ]
6969
7070 steps :
7171 - uses : actions/checkout@v3
@@ -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 : |
You can’t perform that action at this time.
0 commit comments