Delete outdated windows server 2016 runner

This commit is contained in:
Ion Gaztañaga
2022-08-02 23:58:43 +02:00
parent 725d95b314
commit 71a162dafd

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,20,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}}