From ba2a4f6c7663ca025683a9d4881102ce20d76ae8 Mon Sep 17 00:00:00 2001 From: Adrian Covaci <6562353+acovaci@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:43:08 +0100 Subject: [PATCH] fix: remove windows arm64 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30aacda..68c014a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,8 @@ jobs: os: ubuntu-latest - target: aarch64-apple-darwin os: macos-latest - - target: aarch64-pc-windows-msvc - os: windows-latest + # - target: aarch64-pc-windows-msvc + # os: windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4