Skip to content

Commit

Permalink
Add macOS-M1 as wheel build platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 10, 2021
1 parent fd0d471 commit cd4bec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

matrix:
#os: [macos-10.15, windows-latest]
os: [macos-10.15]
os: [macos-10.15, macOS-M1]
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 cd4bec9

Please sign in to comment.