From bbc85adcb6990e93d97c6b0ce3c97cf238b7f205 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 4 Oct 2025 19:24:15 +0200 Subject: [PATCH] builder macOS wheels on macos-15 (arm64) --- .github/workflows/wheel-builder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 594ded64..abb14c40 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -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