From 173338eea4b5821bf32e108891e94f10db2e7994 Mon Sep 17 00:00:00 2001 From: nullsystem <15316579+nullsystem@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:45:16 +0100 Subject: [PATCH] Downgrade to windows-2022 to keep using VS2022 See: https://github.com/actions/runner-images/issues/14017 As it stands, if we keep on using windows-2025 every builds from now on will end up using VS2026 and it's hard crashing at the moment: https://developercommunity.visualstudio.com/t/MSVC-v1451-Linker-Crash-in-IncrCalcPtrs/11090307 2026-06-10 main branch build run: https://github.com/NeotokyoRebuild/neo/actions/runs/27300329689 This crash may only be for a short duration and VS2026 updates but still I think VS2026 is too new and isn't ready yet. --- .github/workflows/cibuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index f90e4bd476..0cb2a3292f 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -169,7 +169,7 @@ jobs: matrix: platform: - - { display_name: 'Windows Native Libraries', os: windows-2025, preset_os: windows } + - { display_name: 'Windows Native Libraries', os: windows-2022, preset_os: windows } preset_build_type: - { display_name: 'Debug', name: debug } @@ -292,7 +292,7 @@ jobs: pack-resources: name: Windows Native Resources - runs-on: windows-2025 + runs-on: windows-2022 defaults: run: