Skip to content

Commit

Permalink
Merge bitcoin/bitcoin#22247: Switch Appveyor CI to VS2019 stable image
Browse files Browse the repository at this point in the history
aab7fd0 Switch Appveyor CI to VS2019 stable image (Aaron Clauson)

Pull request description:

  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.

ACKs for top commit:
  MarcoFalke:
    review ACK aab7fd0 if green
  practicalswift:
    cr ACK aab7fd0: patch looks correct
  hebasto:
    ACK aab7fd0

Tree-SHA512: 42ea4e6e27a2099ddeed99a3352e8ff014df1e93fbcb1f0f2ebd6f22ec2fb71212275a2adb2a7858516203e566c6ba053367b4ac7e0b74457f7a35e941d6fdd4
  • Loading branch information
fanquake committed Jun 15, 2021
2 parents 3f68f02 + aab7fd0 commit eb63b1d
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 eb63b1d

Please sign in to comment.