From c7ae9cdd6a6ca25ffc6895fda0a9001da95fadf8 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 17 Apr 2025 21:48:00 -0400 Subject: [PATCH] actions: disable win arm64 again --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e77adad9..ce57df4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,11 +88,11 @@ jobs: goal: build arch: Win64 openssl_archs: VC-WIN64A - - os: windows-11-arm - jid: 14 - goal: build - arch: arm64 - openssl_archs: VC-WIN64-ARM + # - os: windows-11-arm + # jid: 14 + # goal: build + # arch: arm64 + # openssl_archs: VC-WIN64-ARM - os: ubuntu-24.04 goal: test python: "3.10"