builder macOS wheels on macos-15 (arm64) (#1086)

This commit is contained in:
Alex Gaynor 2025-10-04 19:50:51 +02:00 committed by GitHub
parent 225cbd7e67
commit c97a714c8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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