mirror of https://github.com/openssl/openssl.git
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:
parent
ecf60b9e27
commit
c37ebbd6f9
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue