From 0dfbb679880d77bc3435118b18f431e18ae10f6a Mon Sep 17 00:00:00 2001 From: Rick Gibbed Date: Sat, 29 Jan 2022 12:15:34 -0600 Subject: [PATCH] [AppVeyor] Revert to VS2019. [AppVeyor] Revert to VS2019 due to a possible compiler bug. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9083c80b9..960ce805e 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 2022 +os: Visual Studio 2019 init: - ps: |