From c7278ef217a2f0e5a0f5a0b2ac6fb174a56359d9 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Tue, 12 Apr 2022 13:09:23 +0900 Subject: [PATCH] Upgrade appveyor images --- appveyor.yml | 2 +- appveyor_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9fb2074..162edb1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ clone_depth: 1 version: '{build}' -image: Visual Studio 2019 +image: Visual Studio 2022 configuration: Release platform: Any CPU before_build: diff --git a/appveyor_deploy.yml b/appveyor_deploy.yml index fe443c3..ba34330 100644 --- a/appveyor_deploy.yml +++ b/appveyor_deploy.yml @@ -1,7 +1,7 @@ clone_depth: 1 version: '{build}' skip_non_tags: true -image: Visual Studio 2019 +image: Visual Studio 2022 configuration: Release platform: Any CPU before_build: