diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2d46edf..e32fa7a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,7 +17,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-12] + os: [ubuntu-20.04, windows-2019, macos-11] steps: - uses: actions/checkout@v2