]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: switch to windows-2025 runners
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 7 Sep 2025 14:16:30 +0000 (16:16 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Sep 2025 09:41:23 +0000 (11:41 +0200)
.github/workflows/packages-bin.yml
.github/workflows/tests.yml

index 4b6fd24e80b24fe521ad37f82c8d015ef67cb318..8e26ceaf40c8203cb3dc4b4eb1039b5836d007dd 100644 (file)
@@ -183,7 +183,8 @@ jobs:
   # }}}
 
   windows:  # {{{
-    runs-on: windows-latest
+    # TODO: move it back to windows-latest when the default runner switches.
+    runs-on: windows-2025
     if: true
 
     strategy:
index a6a8f4ec06846969022310e47e61ce4357a04d1c..f48515becdd5e82dd108b98bc5fca4594541ef46 100644 (file)
@@ -314,7 +314,8 @@ jobs:
   # }}}
 
   windows:  # {{{
-    runs-on: windows-latest
+    # TODO: move it back to windows-latest when the default runner switches.
+    runs-on: windows-2025
     if: true
 
     strategy: