Skip to content

Commit 75c3ef2

Browse files
[PR #11938/d09103a5 backport][3.14] Add Windows 11 ARM64 to CI/CD workflow matrix (#11958)
**This is a backport of PR #11938 as merged into master (d09103a).** Co-authored-by: AraHaan <[email protected]>
1 parent 4171f86 commit 75c3ef2

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
@@ -350,7 +350,7 @@ jobs:
350350
needs: pre-deploy
351351
strategy:
352352
matrix:
353-
os: ["ubuntu-latest", "windows-latest", "macos-latest", "ubuntu-24.04-arm"]
353+
os: ["ubuntu-latest", "windows-latest", "windows-11-arm", "macos-latest", "ubuntu-24.04-arm"]
354354
qemu: ['']
355355
musl: [""]
356356
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)