diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5defcb2..ce44666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,6 +135,10 @@ jobs: fail-fast: false matrix: include: + - toolset: msvc-14.0 + cxxstd: "14,latest" + addrmd: 32,64 + os: windows-2016 - toolset: msvc-14.1 cxxstd: "14,17,latest" addrmd: 32,64