2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Update ci.yml

This commit is contained in:
Denis Mikhailov
2021-05-02 01:59:06 +04:00
committed by GitHub
parent b14939376d
commit 994bc05610

View File

@@ -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