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`.