From: Daniele Varrazzo Date: Sun, 7 Sep 2025 14:16:30 +0000 (+0200) Subject: ci: switch to windows-2025 runners X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1def85e66a49b4e7f64bd2cbae58aa3db6cab4fc;p=thirdparty%2Fpsycopg.git ci: switch to windows-2025 runners --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 4b6fd24e8..8e26ceaf4 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -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: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a6a8f4ec0..f48515bec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: