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"