From d09103a5baed801a0d475a79270cc08b205110bb Mon Sep 17 00:00:00 2001 From: AraHaan Date: Mon, 12 Jan 2026 09:30:32 -0500 Subject: [PATCH] Add Windows 11 ARM64 to CI/CD workflow matrix (#11938) --- .github/workflows/ci-cd.yml | 2 +- CHANGES/11937.misc.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 CHANGES/11937.misc.rst diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 45f2dc3f275..a9c479e4e12 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -372,7 +372,7 @@ jobs: needs: pre-deploy strategy: matrix: - os: ["ubuntu-latest", "windows-latest", "macos-latest", "ubuntu-24.04-arm"] + os: ["ubuntu-latest", "windows-latest", "windows-11-arm", "macos-latest", "ubuntu-24.04-arm"] qemu: [''] musl: [""] include: diff --git a/CHANGES/11937.misc.rst b/CHANGES/11937.misc.rst new file mode 100644 index 00000000000..e8435d14618 --- /dev/null +++ b/CHANGES/11937.misc.rst @@ -0,0 +1,2 @@ +Added win_arm64 to the wheels that gets pushed to PyPI +-- by :user:`AraHaan`.