From 90a8e9ecbca3ee1ed71a4eb2189504e439bdd0e9 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Mon, 7 Jul 2025 15:21:43 +0300 Subject: [PATCH] CI: update available containers https://github.com/actions/runner-images/issues/12045 --- .github/workflows/build-and-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 858ea8cce..4b410d58a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -60,7 +60,7 @@ jobs: fail-fast: false matrix: msvc: - - VS-16-2019 + - VS-17-2025 - VS-17-2022 build_type: - Debug @@ -69,9 +69,9 @@ jobs: - shared - static include: - - msvc: VS-16-2019 - os: windows-2019 - generator: 'Visual Studio 16 2019' + - msvc: VS-17-2025 + os: windows-2025 + generator: 'Visual Studio 17 2022' - msvc: VS-17-2022 os: windows-2022 generator: 'Visual Studio 17 2022'