From 127a2690a5183df38bc720202989d7fab3d639cd Mon Sep 17 00:00:00 2001 From: Jaex Date: Sat, 5 Feb 2022 10:30:40 +0300 Subject: [PATCH] Update AppVeyor image --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8e8d04b60..2bcf0fd76 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.0.{build} -image: Visual Studio 2019 +image: Visual Studio 2022 configuration: - Release - Debug