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