From 64c194e4d04874c37476aff06fd4f83fe67f71e2 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 15 Apr 2025 10:40:24 -0400 Subject: [PATCH] actions: experiment with win-arm64 --- .github/workflows/build.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90cec8eb..dcd9a392 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,15 +88,12 @@ jobs: goal: build arch: Win64 openssl_archs: VC-WIN64A - # disable 3.9 test for now since it's oldest and due - # for removal in Oct 2025. We only have 13 jid accounts - # so we need this one off but can re-enable at some point - # if we feel the need. - #- os: ubuntu-24.04 - # goal: test - # python: "3.9" - # jid: 11 - # arch: x86_64 + - os: windows-11-arm + jid: 14 + goal: build + arch: arm64 + openssl_archs: VC-CLANG-WIN64-CLANGASM-ARM + continue-on-error: true - os: ubuntu-24.04 goal: test python: "3.10"