From bdb2a660d768c1dd9c926d23fd08d01948297abe Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 14:51:08 +0100 Subject: [PATCH] ci: pin Windows runner image (#569) (thanks @bjesuiter) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 499c36902..781969635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: run: ${{ matrix.command }} checks-windows: - runs-on: windows-latest + runs-on: windows-2022 defaults: run: shell: bash