]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Replace Windows 2019 runners with 2025 ones.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 10 Jun 2025 08:40:56 +0000 (18:40 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 24 Jul 2025 12:06:36 +0000 (22:06 +1000)
The windows-2019 runners are being decomissioned.

.github/workflows/c-cpp.yml

index bc776fa997dfde6284d22b0802e53ad2ab2e8ebb..a3994d7101b6f543e3dea383aee51099ab9ed5b0 100644 (file)
@@ -22,14 +22,14 @@ jobs:
           - macos-13
           - macos-14
           - macos-15
-          - windows-2019
           - windows-2022
+          - windows-2025
         config: [default]
         # Then we include any extra configs we want to test for specific VMs.
         # Valgrind slows things down quite a bit, so start them first.
         include:
-          - { target: windows-2019, config: cygwin-release }
           - { target: windows-2022, config: cygwin-release }
+          - { target: windows-2025, config: cygwin-release }
           - { target: ubuntu-22.04, config: c89 }
           - { target: ubuntu-22.04, config: clang-11 }
           - { target: ubuntu-22.04, config: clang-12-Werror }