From 8ad65241191cdd7d97a1a68beef48662942d67ca Mon Sep 17 00:00:00 2001 From: ninnghazad Date: Sun, 23 Aug 2020 00:22:12 +0200 Subject: [PATCH] Let's try using the current MSVC version also. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a5528862..287a5483 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,9 @@ version: 6.1.x.{build} image: - - Visual Studio 2017 + - Visual Studio 2019 environment: matrix: - - VS_VERSION: "Visual Studio 15" + - VS_VERSION: "Visual Studio 19" build_script: - cmd: >- mkdir build