summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-12-06 12:38:48 +0100
committerTomas Mraz <tomas@openssl.org>2021-12-10 08:30:10 +0100
commitf560b4cda1d3d8f8d7f5355a1f797699241a3ae8 (patch)
treefd6dac3ab346204608be0d72a7882c7dde436503 /.github
parentca607d6e94e11f5332abcc8fa4a4ccb967347efa (diff)
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@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17211)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml15
1 files 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@v1
with:
platform: ${{ matrix.platform.arch }}
+ - uses: shogo82148/actions-setup-perl@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@v2
- uses: ilammy/msvc-dev-cmd@v1
+ - uses: shogo82148/actions-setup-perl@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@v2
- uses: ilammy/msvc-dev-cmd@v1
+ - uses: shogo82148/actions-setup-perl@v1
- name: prepare the build directory
run: mkdir _build
- name: config