From baa2a9ef4b8dd7def55f200d51bb4fe979d77a10 Mon Sep 17 00:00:00 2001 From: stakx Date: Thu, 18 Jun 2020 22:21:37 +0200 Subject: [PATCH] Use VS2019 image & toolchain for Appveyor CI build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a1b4cf995..d76d02b5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2017 +image: Visual Studio 2019 init: - git config --global core.autocrlf input