From 43d6ee50428274aff5b9aea2daf2ebf7d7fe3d0e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 22 Sep 2023 21:57:35 -0700 Subject: Update AppVeyor to use VS 2019 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index aa155af4..e86f7a30 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ version: 1.23.1.{build} environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - GEN: "Visual Studio 15 2017" + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + GEN: "Visual Studio 16 2019" matrix: - ARCH: Win32 CFG: Release -- cgit v1.2.3