From f04d866fa7f70fb7acbbb9aa76586d957d761f2b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 12 Oct 2023 14:50:14 +0300 Subject: [PATCH] Remove msvc-9.0, 10.0, 11.0, 12.0 from Appveyor --- .appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 79fe7c5..885a573 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,10 +16,7 @@ branches: environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: msvc-9.0,msvc-10.0,msvc-11.0 - ADDRMD: 32 - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: msvc-12.0,msvc-14.0 + TOOLSET: msvc-14.0 ADDRMD: 32,64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 TOOLSET: msvc-14.1