From cdfd6b8a85044ef1c6cf17443d83b21c3736c95c Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 3 Dec 2021 11:59:07 +0100 Subject: CI: Replace windows-2016 with windows-2022 Windows 2016 environment is going to be discontinued. Fixes #17177 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17183) (cherry picked from commit c87a4dd7a728288da943cb4e2e51150df5dfd1b8) --- .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@v1 with: platform: ${{ matrix.platform.arch }} + - uses: shogo82148/actions-setup-perl@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@v2 - uses: ilammy/msvc-dev-cmd@v1 + - uses: shogo82148/actions-setup-perl@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@v2 - uses: ilammy/msvc-dev-cmd@v1 + - uses: shogo82148/actions-setup-perl@v1 - name: prepare the build directory run: mkdir _build - name: config -- cgit v1.2.3