From 33250407dbb2c4cd9683f5099ca4e2fb8e633821 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Mon, 26 Apr 2021 21:51:39 +0300 Subject: [PATCH] disable C++14 CI runst for MSVC --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5652db0..16a8ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,11 +136,11 @@ jobs: matrix: include: - toolset: msvc-14.1 - cxxstd: "14,17,latest" + cxxstd: "17,latest" addrmd: 32,64 os: windows-2016 - toolset: msvc-14.2 - cxxstd: "14,17,latest" + cxxstd: "17,latest" addrmd: 32,64 os: windows-2019 - toolset: gcc