From 25534c87cabae520a0f8de35a056bc8c282b3311 Mon Sep 17 00:00:00 2001 From: hakril Date: Fri, 10 Jan 2025 11:26:19 +0100 Subject: [PATCH] [fix] Trying github CI on server-2025 for test version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ea2849..3302fc4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: tests: # Not a real dependency : but starting tests when ctypes generation is broken is not useful needs: generate_ctypes - runs-on: windows-latest + runs-on: windows-2025 timeout-minutes: 15 strategy: fail-fast: false