[openssl] OpenSSL_1_1_1-stable update

tomas at openssl.org tomas at openssl.org
Fri Dec 10 07:30:30 UTC 2021


The branch OpenSSL_1_1_1-stable has been updated
       via  f560b4cda1d3d8f8d7f5355a1f797699241a3ae8 (commit)
      from  ca607d6e94e11f5332abcc8fa4a4ccb967347efa (commit)


- Log -----------------------------------------------------------------
commit f560b4cda1d3d8f8d7f5355a1f797699241a3ae8
Author: Tomas Mraz <tomas at openssl.org>
Date:   Mon Dec 6 12:38:48 2021 +0100

    CI: Replace windows-2016 with windows-2022
    
    Windows 2016 environment is going to be discontinued.
    
    We also replace windows-latest with windows-2019 so
    there aren't two identical builds done once windows-latest
    is switched to mean windows-2022.
    
    Fixes #17177
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17211)

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/windows.yml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index c11242a56f..6f1b50552e 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -9,8 +9,8 @@ jobs:
     strategy:
       matrix:
         os:
-        - windows-latest
-        - windows-2016
+        - windows-2019
+        - windows-2022
         platform:
         - arch: win64
           config: VC-WIN64A
@@ -25,6 +25,7 @@ jobs:
     - uses: ilammy/setup-nasm at v1
       with:
         platform: ${{ matrix.platform.arch }}
+    - uses: shogo82148/actions-setup-perl at v1
     - name: prepare the build directory
       run: mkdir _build
     - name: config
@@ -49,12 +50,13 @@ jobs:
     strategy:
       matrix:
         os:
-        - windows-latest
-        - windows-2016
+        - windows-2019
+        - windows-2022
     runs-on: ${{matrix.os}}
     steps:
     - uses: actions/checkout at v2
     - uses: ilammy/msvc-dev-cmd at v1
+    - uses: shogo82148/actions-setup-perl at v1
     - name: prepare the build directory
       run: mkdir _build
     - name: config
@@ -72,12 +74,13 @@ jobs:
     strategy:
       matrix:
         os:
-        - windows-latest
-        - windows-2016
+        - windows-2019
+        - windows-2022
     runs-on: ${{matrix.os}}
     steps:
     - uses: actions/checkout at v2
     - uses: ilammy/msvc-dev-cmd at v1
+    - uses: shogo82148/actions-setup-perl at v1
     - name: prepare the build directory
       run: mkdir _build
     - name: config


More information about the openssl-commits mailing list