From 406097c8102d903759dabcbaf94c39831580139b Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 15 Nov 2020 09:12:06 +0200 Subject: ci: Use the previous build worker image in AppVeyor This is a workaround as the recent Visual Studio 2019 image update breaks our builds. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3