]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ci: remove windows-2019 runner images
authorDmitry Misharov <dmitry@openssl.org>
Wed, 4 Jun 2025 14:50:39 +0000 (16:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 9 Jun 2025 08:22:43 +0000 (10:22 +0200)
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ý <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27759)

.github/workflows/windows.yml

index 7a53e54d2809c7076eff349c1505770eb11c56c2..1dcd17e99cf753287f36e4312a0269ba33fd1e46 100644 (file)
@@ -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