Remove deprecated windows-2016 and add windows-2022

This commit is contained in:
Ion Gaztañaga
2022-08-21 02:20:41 +02:00
parent f439778dc7
commit 7a0707794f

View File

@@ -147,10 +147,6 @@ jobs:
fail-fast: false
matrix:
include:
- toolset: msvc-14.1
cxxstd: "14,17,latest"
addrmd: 32,64
os: windows-2016
- toolset: msvc-14.2
cxxstd: "14,17,latest"
addrmd: 32,64
@@ -163,6 +159,10 @@ jobs:
cxxstd: "03,11,14,17,2a"
addrmd: 64
os: windows-2019
- toolset: gcc
cxxstd: "03,11,14,17,2a"
addrmd: 64
os: windows-2022
runs-on: ${{matrix.os}}