Skip to content

Commit 265f55a

Browse files
committed
Add linux and windows arm wheels
1 parent a9f0c7d commit 265f55a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
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+
]
1220
steps:
1321
- uses: actions/checkout@v4
1422

0 commit comments

Comments
 (0)