From: Darren Tucker Date: Tue, 10 Jun 2025 08:40:56 +0000 (+1000) Subject: Replace Windows 2019 runners with 2025 ones. X-Git-Tag: V_10_1_P1~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5530e5f83b3cd3425ea3dbab02da15140befdd91;p=thirdparty%2Fopenssh-portable.git Replace Windows 2019 runners with 2025 ones. The windows-2019 runners are being decomissioned. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 4acb1f5f2..7ee179646 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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 }