From b33c9bc213e2ffb29628dda9d5e187af8e96e61f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 16 Apr 2025 21:27:21 -0400 Subject: [PATCH] actions: disable win-arm64 agqin (but we're getting closer) --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfb5713e..b690cb1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,12 +88,12 @@ jobs: goal: build arch: Win64 openssl_archs: VC-WIN64A - - os: windows-11-arm - jid: 14 - goal: build - arch: arm64 - openssl_archs: VC-WIN64-ARM - continue-on-error: true + #- os: windows-11-arm + # jid: 14 + # goal: build + # arch: arm64 + # openssl_archs: VC-WIN64-ARM + # continue-on-error: true - os: ubuntu-24.04 goal: test python: "3.10"