Skip to content

Commit

Permalink
Switch Appveyor CI to VS2019 stable image
Browse files Browse the repository at this point in the history
The current appveyor config is using the VS2019 preview image so the latest prebuilt Qt5.12.11 binaries can be used, see bitcoin#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.
  • Loading branch information
sipsorcery committed Jun 14, 2021
1 parent 3a2c84a commit aab7fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aab7fd0

Please sign in to comment.