From e1e7a4b11adeeb51e4d565b5050f87268535bdd1 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ananace\" Olofsson" Date: Sun, 20 May 2018 18:04:59 +0200 Subject: [PATCH] Change Appveyor to use Visual Studio 2017 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bce288a57..ca6a59585 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ branches: environment: matrix: - - msvc: 2015 +# - msvc: 2015 - msvc: 2017 platform: @@ -20,7 +20,7 @@ configuration: # - Release # For the Qt, Boost, CMake, etc installs -os: Visual Studio 2015 +os: Visual Studio 2017 # We want the git revision for versioning, # so shallow clones don't work.