From 63c5bc71a90f728c781f362cb71254b0ce353c02 Mon Sep 17 00:00:00 2001 From: Rdbo <57117082+rdbo@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:01:55 -0300 Subject: [PATCH] removed windows aarch64 build --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86262795..67da6a73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,9 +59,6 @@ jobs: {"target": "x86_64-windows-msvc-shared-md", "runs-on": "windows-2019"} {"target": "x86_64-windows-msvc-static-md", "runs-on": "windows-2019"} {"target": "x86_64-windows-msvc-static-mt", "runs-on": "windows-2019"} - {"target": "aarch64-windows-msvc-shared-md", "runs-on": "windows-2022"} - {"target": "aarch64-windows-msvc-static-md", "runs-on": "windows-2022"} - {"target": "aarch64-windows-msvc-static-mt", "runs-on": "windows-2022"} ' ) printf 'Matrix: %s\n' "$(jq <<< "$matrix")"