From 8a832897097739c38419dfeca339cebf00471980 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 9 Jan 2022 21:55:26 -0600 Subject: [PATCH] Switch to VS2022 build image --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c5622ebc..90555dd2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ clone_depth: 1 environment: matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 QTDIR: C:\Qt\5.15 - APPVEYOR_BUILD_WORKER_IMAGE: macOS-BigSur BUILD_TARGET: macos