From 438f1b8500572f7c71892f185b310677be49d0fd Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 12 Jun 2025 20:59:33 -0400 Subject: [PATCH] [skip ci] ci: build for windows on arm with msvc natively Signed-off-by: Seth Flynn --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4954328a9..ddde0be7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,11 +101,10 @@ jobs: # TODO(@getchoo): This is the default in setup-dependencies/windows. Why isn't it working?!?! vcvars-arch: amd64 - - os: windows-2022 + - os: windows-11-arm artifact-name: Windows-MSVC-arm64 - base-cmake-preset: windows_msvc_arm64_cross - vcvars-arch: amd64_arm64 - qt-architecture: win64_msvc2022_arm64_cross_compiled + base-cmake-preset: windows_msvc + vcvars-arch: arm64 - os: macos-14 artifact-name: macOS