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