From 9e0dadf29323e5b8a11fc3ebfc1708e74507d347 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Wed, 11 Feb 2026 11:01:20 +0100 Subject: [PATCH] Use windows-2025 CI runner --- .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 bcc9e0a..4040673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: Windows: - runs-on: windows-2022 + runs-on: windows-2025 steps: - name: Checkout code