From 8a6b454f3704bd4d81f3c985bce5a60b42e00b8a Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Mon, 22 Jul 2024 13:41:04 +1000 Subject: [PATCH] chore(ci): disable windows arm wheels Signed-off-by: JP-Ellis --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4b779165a..866a438422 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,9 +138,11 @@ jobs: - os: macos-14 archs: arm64 build: "" - - os: windows-2019 - archs: ARM64 - build: "" + # TODO: Re-enable once the issues with Windows ARM64 are resolved.exclude: + # See: pypa/cibuildwheel#1942 + # - os: windows-2019 + # archs: ARM64 + # build: "" steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4