Skip to content

Commit d09103a

Browse files
authored
Add Windows 11 ARM64 to CI/CD workflow matrix (#11938)
1 parent de258a1 commit d09103a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
needs: pre-deploy
373373
strategy:
374374
matrix:
375-
os: ["ubuntu-latest", "windows-latest", "macos-latest", "ubuntu-24.04-arm"]
375+
os: ["ubuntu-latest", "windows-latest", "windows-11-arm", "macos-latest", "ubuntu-24.04-arm"]
376376
qemu: ['']
377377
musl: [""]
378378
include:

CHANGES/11937.misc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Added win_arm64 to the wheels that gets pushed to PyPI
2+
-- by :user:`AraHaan`.

0 commit comments

Comments
 (0)