From cb84fce599dfb657cdc9070216e36b2d30dbbb5e Mon Sep 17 00:00:00 2001 From: Dalton Messmer Date: Tue, 20 May 2025 12:04:46 -0400 Subject: [PATCH] Upgrade to Windows 2022 / Visual Studio 2022 (#7897) Upgrade to Windows 2022 build runner and Visual Studio 2022 for MSVC builds. Continue installing Qt 5.15.2 with the Visual Studio 2019 option since it doesn't provide a VS 2022 option. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a5a25613..f6560a23e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -339,7 +339,7 @@ jobs: CCACHE_MAXSIZE: 500M msvc: name: msvc-x64 - runs-on: windows-2019 + runs-on: windows-2022 env: CCACHE_MAXSIZE: 0 CCACHE_NOCOMPRESS: 1