From d2de1424fb1fa1af832b3f8fd414c5306803cd86 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 d72f72f1..74e64514 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