builder macOS wheels on macos-15 (arm64) (#1086)
This commit is contained in:
parent
225cbd7e67
commit
c97a714c8b
6
.github/workflows/wheel-builder.yml
vendored
6
.github/workflows/wheel-builder.yml
vendored
@ -147,7 +147,7 @@ jobs:
|
||||
|
||||
macos:
|
||||
needs: [sdist]
|
||||
runs-on: macos-13
|
||||
runs-on: macos-15
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -189,8 +189,8 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
|
||||
with:
|
||||
toolchain: stable
|
||||
# Add the arm64 target in addition to the native arch (x86_64)
|
||||
target: aarch64-apple-darwin
|
||||
# Add the x86-64 target in addition to the native arch (arm64)
|
||||
target: x86_64-apple-darwin
|
||||
|
||||
- run: ${{ matrix.PYTHON.BIN_PATH }} -m venv venv
|
||||
- run: venv/bin/pip install -U pip wheel setuptools-rust
|
||||
|
||||
Loading…
Reference in New Issue
Block a user