From c79d2726ba43fe1404d76f6ad7181f56f6783889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 26 Jan 2022 10:25:33 +1300 Subject: [PATCH] Disable Windows ARM64 builds They're consistently failing, needs debugging. --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96c2143..6e11eb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,11 +75,11 @@ jobs: cross: false experimental: false - - name: windows-arm64 - os: windows-latest - target: aarch64-pc-windows-msvc - cross: true - experimental: true + #- name: windows-arm64 + # os: windows-latest + # target: aarch64-pc-windows-msvc + # cross: true + # experimental: true name: Binaries for ${{ matrix.name }} runs-on: ${{ matrix.os }}