From 6dc479741c5e1bfb9b5978254122541a2c69ae2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 17 Jun 2026 11:45:20 +0200 Subject: [PATCH] GHA: Windows: run on Windows Server 2022 Recently, the Windows Server 2025 image upgraded Visual Studio from v2022 to v2026. Our build setup is not prepared for this, so we must pin the OS image. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a2c91eb00c6..8293407d8f9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,7 @@ jobs: matrix: bits: [32, 64] - runs-on: windows-2025 + runs-on: windows-2022 env: BITS: '${{ matrix.bits }}'