Skip to content

Commit 016be64

Browse files
committed
Remove useless macOS-M1 build target since there are currently no GHA build servers for it.
1 parent 3934435 commit 016be64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

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

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

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

0 commit comments

Comments
 (0)