From 70f98ee85b77aec326c798c2d1a6e169e54446e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A5IGA?= Date: Fri, 15 May 2026 16:47:42 +0200 Subject: [PATCH] [CI] Use VS 2026 (#4209) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cfa5b8fc..141c0e3b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -144,7 +144,7 @@ jobs: shell: bash windows-sdl: - runs-on: windows-2025 + runs-on: windows-2025-vs2026 needs: get-info steps: - uses: actions/checkout@v6