From 827cc1937ae08eb913cc65fe6f3bef61c9ced531 Mon Sep 17 00:00:00 2001 From: "Thomas A. F. Thorne" Date: Thu, 7 Feb 2019 10:55:18 +0000 Subject: [PATCH] Target Visual Studio 2017 In AppVeyor This seems to be the version advertised in the latest instructions for building on Windows. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c6520d2f..0bbf0b45 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ version: '0.0.{build}' # common_var2: value2 image: - - Visual Studio 2015 + - Visual Studio 2017 - Ubuntu platform: