Skip to content

Commit

Permalink
CI: Replace windows-2016 with windows-2022
Browse files Browse the repository at this point in the history
Windows 2016 environment is going to be discontinued.

Fixes #17177

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #17183)

(cherry picked from commit c87a4dd)
  • Loading branch information
t8m committed Dec 6, 2021
1 parent ba22047 commit cdfd6b8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os:
- windows-latest
- windows-2016
- windows-2022
platform:
- arch: win64
config: VC-WIN64A enable-fips
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cdfd6b8

Please sign in to comment.