]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: use stable runner windows-2022
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 7 Sep 2025 14:12:50 +0000 (16:12 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Sep 2025 09:39:12 +0000 (11:39 +0200)
Soon the `-latest` image will become -2025.

.github/workflows/packages-bin.yml
.github/workflows/tests.yml

index 77256be1cf01e191edb77ac3168605aa82414b78..e22343975e03c596c0d14baa558578fc074349cb 100644 (file)
@@ -182,7 +182,8 @@ jobs:
   # }}}
 
   windows:  # {{{
-    runs-on: windows-latest
+    # TODO: move back to windows-latest once testing it works
+    runs-on: windows-2022
     if: true
 
     strategy:
index 6ebc0ab5b48a3279fd3e34b626d1d3a69cf07d9d..67a94fb9dc32b0b84df2981ce83f912fc6209ec4 100644 (file)
@@ -279,7 +279,8 @@ jobs:
   # }}}
 
   windows:  # {{{
-    runs-on: windows-latest
+    # TODO: move back to windows-latest once testing it works
+    runs-on: windows-2022
     if: true
 
     strategy: