aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-11-15 09:12:06 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-11-15 09:12:06 +0200
commit406097c8102d903759dabcbaf94c39831580139b (patch)
tree99cede6ebe825c7c7c9a5d98dcb8ab6617bac6d7
parent543693b92b954d186cb466a2f14b480f3bcf8c0b (diff)
downloadbitcoin-406097c8102d903759dabcbaf94c39831580139b.tar.xz
ci: Use the previous build worker image in AppVeyor
This is a workaround as the recent Visual Studio 2019 image update breaks our builds.
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index eace0b7121..0d026748b5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,6 @@
version: '{branch}.{build}'
skip_tags: true
-image: Visual Studio 2019
+image: Previous Visual Studio 2019
configuration: Release
platform: x64
clone_depth: 5