From b0ec6d6fc2b8e49289a5245292358177b2f983aa Mon Sep 17 00:00:00 2001 From: Hleb Valoshka <375gnu@gmail.com> Date: Thu, 14 Nov 2019 21:15:20 +0300 Subject: [PATCH] Change appveyor image to fix CI failures --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index bc6761ce..c6769c82 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,7 +39,7 @@ deploy: branch: master # Build worker image (VM template) -image: "Previous Visual Studio 2015" +image: "Visual Studio 2015" # clone directory clone_folder: c:\projects\celestia