From 7cdf568d8094013f4565b24b156841139652e7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaim=20=28Jo=C3=ABl=20Lamotte=29?= <142265+Klaim@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:53:52 +0200 Subject: [PATCH] ci: use VS2022 instead of VS2019 (#3986) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 89bd23b79..1b10863c1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: name: Windows strategy: matrix: - os: [windows-2019] + os: [windows-2022] build_type: [release] fail-fast: true uses: ./.github/workflows/windows_impl.yml