Skip to content

Commit

Permalink
Remove useless macOS-M1 build target since there are currently no GHA…
Browse files Browse the repository at this point in the history
… build servers for it.
  • Loading branch information
scoder committed Dec 13, 2021
1 parent 3934435 commit 016be64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Expand Up @@ -114,7 +114,8 @@ jobs:

matrix:
#os: [macos-10.15, windows-latest]
os: [macos-10.15, macOS-M1]
#os: [macos-10.15, macOS-M1]
os: [macos-10.15]
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3", "pypy-3.8-v7.3.7"]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 016be64

Please sign in to comment.