From d33d1e1c00f2e0e8111d49832de358fe595959f4 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Thu, 27 Jan 2022 01:31:49 +0100 Subject: [PATCH] Autobuild: Windows: Build with Qt 6.4.3 on 64bit 32bit builds remain on 5.15.2, as Qt6 is not available there. Note: CI builds will now drop unofficial 64 Bit Windows 7 and 8.1 support. Since both are no longer supported by Microsoft, this should not be an issue. Users should update their OS or compile from source. --- .github/autobuild/windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/autobuild/windows.ps1 b/.github/autobuild/windows.ps1 index 653c81cbb9..d29f0b26e2 100644 --- a/.github/autobuild/windows.ps1 +++ b/.github/autobuild/windows.ps1 @@ -20,7 +20,7 @@ $DownloadCacheDir = 'C:\AutobuildCache' # The following version pinnings are semi-automatically checked for # updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually: $Qt32Version = "5.15.2" -$Qt64Version = "5.15.2" +$Qt64Version = "6.4.3" $AqtinstallVersion = "3.1.5" $JackVersion = "1.9.22" $Msvc32Version = "win32_msvc2019"