Skip to content

Commit b40c406

Browse files
authored
Merge pull request #149 from SwayamInSync/main
2 parents 4dd1dbe + 287e624 commit b40c406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)