From a4f687fdfd79533380eee58b721460e10f4faac9 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 4 May 2020 12:42:00 -0500 Subject: [PATCH] appveyor: specify windows image --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 7649ee4f4..23755cca3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,6 @@ ## AppVeyor is only used for building a Windows binary, no tests are run here. platform: x64 +image: Visual Studio 2015 cache: - "c:\\sr"