diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d117eec96..879c4882e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -21,8 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # macos-13 is an intel runner, macos-14 is apple silicon - os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-14] + os: [ubuntu-latest, ubuntu-24.04-arm, macos-15-intel, macos-latest] steps: - uses: actions/checkout@v5