Skip to content

Commit cd4bec9

Browse files
committed
Add macOS-M1 as wheel build platform.
1 parent fd0d471 commit cd4bec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
matrix:
116116
#os: [macos-10.15, windows-latest]
117-
os: [macos-10.15]
117+
os: [macos-10.15, macOS-M1]
118118
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"]
119119

120120
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)