diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2021-06-14 20:35:00 +0100 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2021-06-14 20:35:00 +0100 |
commit | aab7fd0f8ddb34437a63d636170f5051aae285b4 (patch) | |
tree | b0a9e8c2d3d60f758432b9f0b821a6238acbaf4d | |
parent | 3a2c84a6b5144f4ee1181373604133751b40d5ce (diff) |
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.
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |