From c2181a356aeecf8e7bfd2a31d963dda41620630d Mon Sep 17 00:00:00 2001 From: Laurent Courty Date: Thu, 3 Sep 2026 14:05:47 -0600 Subject: [PATCH] remove windows on arm from the wheels --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index dd6a5c1..ebf2810 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: # macos-13 is intel, macos-14 is apple silicon, windows-11-arm - os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-14] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-14] steps: - uses: actions/checkout@v6