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 }}