Skip to content

Commit 1d94f77

Browse files
authored
ci: add support for building windows on arm wheels
1 parent d9873da commit 1d94f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# macos-13 is for intel
15-
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest", "macos-13", "macos-latest"]
15+
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest", "windows-11-arm", "macos-13", "macos-latest"]
1616
runs-on: ${{ matrix.os }}
1717
name: Build wheels on ${{ matrix.os }}
1818

0 commit comments

Comments
 (0)