From fc21c82b278f5c539bfe7c03e574619f49a40ce6 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Fri, 25 Aug 2023 14:14:40 +0300 Subject: [PATCH] do not run tests on old MSVC in appveyor --- meta/libraries.json | 3 ++- test/appveyor.yml | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/libraries.json b/meta/libraries.json index f00d38a..f685042 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -11,5 +11,6 @@ "std": [ "c++23" ], "category": [ "System", "Correctness" - ] + ], + "cxxstd": "11" } diff --git a/test/appveyor.yml b/test/appveyor.yml index 0898510..84c26e6 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -32,9 +32,6 @@ skip_tags: true environment: matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: msvc-9.0,msvc-10.0,msvc-11.0,msvc-12.0 - ADDRMD: 32 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 TOOLSET: msvc-14.1,clang-win CXXSTD: 14,17