From 1b234d5aa7e7b5d690955f7b091fa563d6fd0e2f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 15 Apr 2025 11:52:19 -0400 Subject: [PATCH] actions: disable win arm64 for now --- .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 995b0405..eecf30c8 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-CLANG-WIN64-CLANGASM-ARM - continue-on-error: true + #- 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"