From 1d75ffae0595c5ac23f5c16f536b8b9f07ed1cd6 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. (cherry picked from commit 6dc479741c5e1bfb9b5978254122541a2c69ae2d) --- .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 6ab9af05080..6615b493993 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 }}'