Skip to content

Commit 7f53516

Browse files
committed
Revert "Add linux and windows arm wheels"
This reverts commit 265f55a.
1 parent 265f55a commit 7f53516

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os:
12-
[
13-
ubuntu-latest,
14-
ubuntu-24.04-arm,
15-
windows-latest,
16-
windows-11-arm,
17-
macos-13,
18-
macos-latest,
19-
]
11+
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
2012
steps:
2113
- uses: actions/checkout@v4
2214

0 commit comments

Comments
 (0)