diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b205baf04..71cd4be39 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,7 +1,6 @@ name: Wheels on: - # temporarily add PR for this PR to test pull_request: push: branches: @@ -46,8 +45,7 @@ jobs: needs: ['build'] strategy: matrix: - # don't use macos-latest as it uses M1 which doesn't work - os: [ubuntu-latest, macos-12] + os: [ubuntu-latest, macos-latest] python-version: ["3.10", "3.11"] runs-on: ${{ matrix.os }} steps: