Skip to content

Commit dd2f8ab

Browse files
committed
Add Windows ARM64 to CI wheel build matrix
1 parent 233d0ba commit dd2f8ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build_wheels:
13-
name: Build wheel ${{ matrix.os }}
13+
name: Build wheel ${{ matrix.os }} (${{ matrix.arch }})
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
fail-fast: false
@@ -24,6 +24,8 @@ jobs:
2424
arch: universal2
2525
- os: ubuntu-24.04-arm
2626
arch: aarch64
27+
- os: windows-latest
28+
arch: ARM64
2729
env:
2830
CIBW_ARCHS: ${{ matrix.arch }}
2931
# Skip

0 commit comments

Comments
 (0)