From 551ec80be64a988c1ae08ec66230ef556ae9c98b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 12:55:54 +0000 Subject: [PATCH] Update dependency windows to v2025 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e3427b4..8c2dcb76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: needs: source-code-checks # https://github.com/actions/runner-images?tab=readme-ov-file#available-images - runs-on: windows-2022 + runs-on: windows-2025 strategy: matrix: # Windows-curses not available for Python 3.13 for the moment