From: Dmitry Misharov Date: Wed, 4 Jun 2025 14:50:39 +0000 (+0200) Subject: ci: remove windows-2019 runner images X-Git-Tag: openssl-3.0.17~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1b947604f421c20d7e1fe8f7a5c2da630bd8025;p=thirdparty%2Fopenssl.git ci: remove windows-2019 runner images According to https://github.com/actions/runner-images/issues/12045 The Windows 2019 Actions runner image will begin deprecation on 2025-06-01 and will be fully unsupported by 2025-06-30. Jobs using the windows-2019 YAML workflow label should be updated to windows-2022, windows-2025 or windows-latest. Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27759) --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7a53e54d280..1dcd17e99cf 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,8 +18,8 @@ jobs: strategy: matrix: os: - - windows-2019 - windows-2022 + - windows-2025 platform: - arch: win64 config: enable-fips @@ -60,8 +60,8 @@ jobs: strategy: matrix: os: - - windows-2019 - windows-2022 + - windows-2025 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -84,8 +84,8 @@ jobs: strategy: matrix: os: - - windows-2019 - windows-2022 + - windows-2025 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4