From 70168aeb30e56430f16f7f5a7773b3ae0e70f306 Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Mon, 27 Nov 2023 19:19:39 -0800 Subject: [PATCH] Changed the versions of Windows Visual Studio being tested with Appveyor CI. --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index def6ba1a..05881172 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,8 +3,9 @@ version: 1.0.{build} # build worker image (VM template) image: - - Visual Studio 2015 - - Visual Studio 2013 + - Visual Studio 2022 + #- Visual Studio 2015 + #- Visual Studio 2013 configuration: - Release