do not run tests on old MSVC in appveyor

This commit is contained in:
Antony Polukhin
2023-08-25 14:14:40 +03:00
parent ae87ac9bcf
commit fc21c82b27
2 changed files with 2 additions and 4 deletions

View File

@@ -11,5 +11,6 @@
"std": [ "c++23" ], "std": [ "c++23" ],
"category": [ "category": [
"System", "Correctness" "System", "Correctness"
] ],
"cxxstd": "11"
} }

View File

@@ -32,9 +32,6 @@ skip_tags: true
environment: environment:
matrix: 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 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
TOOLSET: msvc-14.1,clang-win TOOLSET: msvc-14.1,clang-win
CXXSTD: 14,17 CXXSTD: 14,17