Skip to content

Commit c97a714

Browse files
authored
builder macOS wheels on macos-15 (arm64) (#1086)
1 parent 225cbd7 commit c97a714

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
macos:
149149
needs: [sdist]
150-
runs-on: macos-13
150+
runs-on: macos-15
151151
strategy:
152152
fail-fast: false
153153
matrix:
@@ -189,8 +189,8 @@ jobs:
189189
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
190190
with:
191191
toolchain: stable
192-
# Add the arm64 target in addition to the native arch (x86_64)
193-
target: aarch64-apple-darwin
192+
# Add the x86-64 target in addition to the native arch (arm64)
193+
target: x86_64-apple-darwin
194194

195195
- run: ${{ matrix.PYTHON.BIN_PATH }} -m venv venv
196196
- run: venv/bin/pip install -U pip wheel setuptools-rust

0 commit comments

Comments
 (0)