Improve system.versionstr + doc + reset CI to windows-latest

This commit is contained in:
hakril
2025-01-10 11:41:40 +01:00
parent 25534c87ca
commit 0c9c7d3f49
2 changed files with 39 additions and 8 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ on: [push, workflow_dispatch]
jobs:
generate_ctypes:
runs-on: windows-2025
runs-on: windows-latest
timeout-minutes: 5
steps:
@@ -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-2025
runs-on: windows-latest
timeout-minutes: 15
strategy:
fail-fast: false