From 46ffe06b3dc46d4da02c5045e25c77b7cd7839b5 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 11 Oct 2024 00:21:46 +0300 Subject: [PATCH] Removed MSVC-12 job from AppVeyor CI. This compiler is no longer supported by Boost.SmartPtr that is used in tests. --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 03d2535..60c197f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,9 +15,6 @@ branches: environment: matrix: - - TOOLSET: msvc-12.0 - ADDRMD: 32,64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: msvc-14.0 CXXSTD: 14,latest ADDRMD: 32,64