GHA: pin jobs to windows-2022

To avoid being bumped to windows-2025 in September, and to stay with
the superior performance offered by windows-2022 runners.

Ref: #18140
Closes #18178
This commit is contained in:
Viktor Szakats 2025-08-05 12:55:59 +02:00
parent 60587049f7
commit b5d2e6e63f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 5 additions and 5 deletions

View file

@ -260,7 +260,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@40677d36a502eb2cf0fb808cc9dec31bf6152638 # v2
if: ${{ contains(matrix.image, 'windows') }}