From a8b8cfd3c4cb5334594dd543800858c77ed02653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 7 Jul 2025 11:52:58 +0200 Subject: [PATCH] Remove Windows 2019 as it's not longer supported in github --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6087463..ce90484 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -594,14 +594,6 @@ jobs: fail-fast: false matrix: 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 cxxstd: "14,17,20,latest" addrmd: 32,64 @@ -613,7 +605,7 @@ jobs: - toolset: gcc cxxstd: "03,11,14,17,2a" addrmd: 64 - os: windows-2019 + os: windows-2022 timeout-minutes: 180 runs-on: ${{matrix.os}}