From 2fcba30a7e478d743662d59faa16ebb4a668e34a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 30 Aug 2025 10:02:36 +0200 Subject: [PATCH] GHA: stay on windows-2022 runners windows-latest is soon to bump to window-2025. windows-2025 drops the fast D: drive and becomes slower overall. Stay on 2022. Closes #1645 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b36bbf00..00c6ee82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: strategy: fail-fast: false matrix: - image: [ubuntu-latest, macos-latest, windows-latest] + image: [ubuntu-latest, macos-latest, windows-2022] steps: - uses: msys2/setup-msys2@d44ca8e88d8b43d56cf5670f91747359d5537f97 # v2 if: ${{ contains(matrix.image, 'windows') }} @@ -672,7 +672,7 @@ jobs: build_cygwin: name: 'cygwin' - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 30 env: SHELLOPTS: 'igncr' @@ -731,7 +731,7 @@ jobs: build_msys2: name: 'msys2' - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 30 strategy: fail-fast: false @@ -849,7 +849,7 @@ jobs: build_msvc: name: 'msvc' - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 30 strategy: fail-fast: false