From aab7fd0f8ddb34437a63d636170f5051aae285b4 Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Mon, 14 Jun 2021 20:35:00 +0100 Subject: [PATCH] Switch Appveyor CI to VS2019 stable image The current appveyor config is using the VS2019 preview image so the latest prebuilt Qt5.12.11 binaries can be used, see #22224. Appveyor updated the Visual Studio 2019 image to msbuild v16.10.1 on 14th of June. This is the version used to build the latest Qt binaries and removes the need to use the Appveyor VS2019 preview image. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 131b69e4c3..3ca7818eca 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ version: '{branch}.{build}' skip_tags: true -image: Visual Studio 2019 Preview +image: Visual Studio 2019 configuration: Release platform: x64 clone_depth: 5