Remove Windows 2019 as it's not longer supported in github

This commit is contained in:
Ion Gaztañaga
2025-07-07 11:53:23 +02:00
parent e8baf848bc
commit 8ca003cabb

View File

@@ -594,14 +594,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- toolset: msvc-14.0
cxxstd: "14"
addrmd: 32,64
os: windows-2019
- toolset: msvc-14.2
cxxstd: "14,17,20,latest"
addrmd: 32,64
os: windows-2019
- toolset: msvc-14.3 - toolset: msvc-14.3
cxxstd: "14,17,20,latest" cxxstd: "14,17,20,latest"
addrmd: 32,64 addrmd: 32,64
@@ -613,7 +605,7 @@ jobs:
- toolset: gcc - toolset: gcc
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
addrmd: 64 addrmd: 64
os: windows-2019 os: windows-2022
timeout-minutes: 180 timeout-minutes: 180
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}