summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-12-03 11:59:07 +0100
committerTomas Mraz <tomas@openssl.org>2021-12-06 12:29:49 +0100
commitcdfd6b8a85044ef1c6cf17443d83b21c3736c95c (patch)
tree355e4e84bd69b904310eeacc3bd6929776f91acd /.github
parentba22047c890b704ae31f8f97f028ca28c8916346 (diff)
CI: Replace windows-2016 with windows-2022
Windows 2016 environment is going to be discontinued. Fixes #17177 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17183) (cherry picked from commit c87a4dd7a728288da943cb4e2e51150df5dfd1b8)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml9
1 files 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