From 8f45d1771e50c956ebaf8174a0c2be2844a4c891 Mon Sep 17 00:00:00 2001 From: Michael Vandeberg Date: Tue, 12 May 2026 12:23:48 -0600 Subject: [PATCH] ci: pin latest MSVC matrix entry to windows-2022 (14.44) --- .github/compilers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/compilers.json b/.github/compilers.json index 10a16186d..f0484482a 100644 --- a/.github/compilers.json +++ b/.github/compilers.json @@ -90,10 +90,10 @@ "is_earliest": true }, { - "version": "14.42", + "version": "14.44", "cxxstd": "20", "latest_cxxstd": "20", - "runs_on": "windows-2025", + "runs_on": "windows-2022", "b2_toolset": "msvc-14.4", "generator": "Visual Studio 17 2022", "is_latest": true