From 08a2a5b7ac1939e17163c537dff4c306b7003f24 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Mon, 24 Jan 2022 07:19:04 -0800 Subject: [PATCH] [AppVeyor] Upgrade to VS2022 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 960ce805e..9083c80b9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,7 +23,7 @@ skip_branch_with_pr: true pull_requests: do_not_increment_build_number: true -os: Visual Studio 2019 +os: Visual Studio 2022 init: - ps: |