Windows CI: explicitly use windows-2019 instead of using windows-latest

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/17234)
This commit is contained in:
Tomas Mraz 2021-12-08 12:54:52 +01:00
parent ecf60b9e27
commit c37ebbd6f9
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os:
- windows-latest
- windows-2019
- windows-2022
platform:
- arch: win64
@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os:
- windows-latest
- windows-2019
- windows-2022
runs-on: ${{matrix.os}}
steps:
@ -80,7 +80,7 @@ jobs:
strategy:
matrix:
os:
- windows-latest
- windows-2019
- windows-2022
runs-on: ${{matrix.os}}
steps: