diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-11-15 09:12:06 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-11-15 09:12:06 +0200 |
commit | 406097c8102d903759dabcbaf94c39831580139b (patch) | |
tree | 99cede6ebe825c7c7c9a5d98dcb8ab6617bac6d7 /.appveyor.yml | |
parent | 543693b92b954d186cb466a2f14b480f3bcf8c0b (diff) |
ci: Use the previous build worker image in AppVeyor
This is a workaround as the recent Visual Studio 2019 image update
breaks our builds.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
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 |