From 4200543408edd5891079052a2fd3a4cbc1e1538a Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Tue, 21 May 2024 08:45:15 +0200 Subject: [PATCH] Remove MSVC-14.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ab36ec74..073ab21cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: strategy: fail-fast: false matrix: - toolset: [ msvc-14.0, msvc-14.2 ] + toolset: [ msvc-14.2 ] standard: [ 14, 17 ] suite: [ github_ci_block_1, github_ci_block_2 ] steps: