From a532a634034214226c9f266308019e110ec7aae8 Mon Sep 17 00:00:00 2001 From: Zach H Date: Sat, 2 Apr 2022 00:55:05 -0400 Subject: [PATCH] Change actions to use Windows 2019 Windows 2022 isn't stable yet with the Qt installer, and we need to cut releases so this unblocks us --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index ff40e120..b1b789d3 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -308,7 +308,7 @@ jobs: needs: configure - runs-on: windows-latest + runs-on: windows-2019 env: QT_VERSION: '5.15.2'