]> 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>
Tue, 10 Jun 2025 08:42:10 +0000 (18:42 +1000)
The windows-2019 runners are being decomissioned.

.github/workflows/c-cpp.yml

index 4acb1f5f24783279e8ec9613fa4dcc4f1e2d355b..7ee1796463f081cf00c011faef8f5108df7a5f38 100644 (file)
@@ -32,14 +32,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 }