From 9c0792dd4960366739e004e7a67524c4dcd3097e Mon Sep 17 00:00:00 2001 From: Diamante Date: Wed, 3 Jun 2026 09:35:36 +0200 Subject: [PATCH] chore: use windows server 22 --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e80269..fd4dbb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ env: jobs: build-windows: name: Build Windows - runs-on: windows-latest + runs-on: windows-2022 strategy: fail-fast: false matrix: @@ -37,8 +37,6 @@ jobs: platform: Win32 - arch: x64 platform: x64 - - arch: arm64 - platform: arm64 steps: - name: Check out files uses: actions/checkout@main