From 2ee51da0cc6d4b28f2a0e3ff412275476ad54abf Mon Sep 17 00:00:00 2001 From: Philipp Unger Date: Sat, 4 Nov 2023 00:17:46 +0100 Subject: [PATCH] update appveyor image to visual studio 2019 Signed-off-by: Philipp Unger --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5ea3f7c61..3cd0a753a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ version: '{build}' pull_requests: do_not_increment_build_number: true skip_tags: true -image: Visual Studio 2017 +image: Visual Studio 2019 configuration: - Debug - Release