From b692f73439347009fac75ff10793f930aacc297f Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 17 Sep 2026 17:42:46 +0100 Subject: [PATCH] Build Windows ARM64 wheels windows-11-arm runners are free on public repos, same as ubuntu-24.04-arm. Requested in #71. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 277c5c7..a7e2a16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, ubuntu-24.04-arm, windows-latest] + os: [macos-latest, ubuntu-latest, ubuntu-24.04-arm, windows-11-arm, windows-latest] arch: [auto64] include: - os: macos-latest