From e75b40528f21c16982e7830fbda19139801c05ac Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 24 Jan 2019 14:09:31 -0500 Subject: [PATCH] Use current Visual Studio image for Appveyor. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bd736393490..5092ebf910c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} -image: Previous Visual Studio 2017 +image: Visual Studio 2017 environment: CCACHE_DIR: "%APPVEYOR_BUILD_FOLDER%\\.ccache"