From 704de7808c4e1b85a4820264d6351602b6e1ea0f Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 30 Nov 2021 12:40:01 +0100 Subject: [PATCH] AppVeyor: Remove Visual Studio 2017 from build matrix As we no longer explicitly set WindowsTargetPlatformVersion property, AppVeyor Visual Studio 2017 builders assume 8.1 SDK for ARM64 too, resulting in an unknown platform. Signed-off-by: Simon Rozman --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 808a00597..6e01507c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,6 @@ version: 1.0.{build} environment: matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 configuration: