[openssl] openssl-3.0 update

tomas at openssl.org tomas at openssl.org
Mon Dec 6 11:30:11 UTC 2021


The branch openssl-3.0 has been updated
       via  cdfd6b8a85044ef1c6cf17443d83b21c3736c95c (commit)
      from  ba22047c890b704ae31f8f97f028ca28c8916346 (commit)


- Log -----------------------------------------------------------------
commit cdfd6b8a85044ef1c6cf17443d83b21c3736c95c
Author: Tomas Mraz <tomas at openssl.org>
Date:   Fri Dec 3 11:59:07 2021 +0100

    CI: Replace windows-2016 with windows-2022
    
    Windows 2016 environment is going to be discontinued.
    
    Fixes #17177
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17183)
    
    (cherry picked from commit c87a4dd7a728288da943cb4e2e51150df5dfd1b8)

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

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

diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index cb9e84b33d..553e0c3650 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -16,7 +16,7 @@ jobs:
       matrix:
         os:
           - windows-latest
-          - windows-2016
+          - windows-2022
         platform:
           - arch: win64
             config: VC-WIN64A enable-fips
@@ -31,6 +31,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
@@ -56,11 +57,12 @@ jobs:
       matrix:
         os:
           - windows-latest
-          - windows-2016
+          - 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
@@ -79,11 +81,12 @@ jobs:
       matrix:
         os:
           - windows-latest
-          - windows-2016
+          - 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