From 994bc056107c2385ffa122a50887136a5910e087 Mon Sep 17 00:00:00 2001 From: Denis Mikhailov Date: Sun, 2 May 2021 01:59:06 +0400 Subject: [PATCH] Update ci.yml --- .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 239355a..5defcb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,12 +136,12 @@ jobs: matrix: include: - toolset: msvc-14.1 - cxxstd: "17,latest" + cxxstd: "14,17,latest" addrmd: 32,64 os: windows-2016 # TODO: fails the loophole tests #- toolset: msvc-14.2 - # cxxstd: "17,latest" + # cxxstd: "14,17,latest" # addrmd: 32,64 # os: windows-2019 - toolset: gcc