summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-12-08 12:54:52 +0100
committerTomas Mraz <tomas@openssl.org>2021-12-10 08:27:03 +0100
commitc37ebbd6f97d23b291c49c4ae2b94c27d732de30 (patch)
treea84d7c9efdf7f6c8409f1300a7054af9dbcba567 /.github/workflows
parentecf60b9e27c041e7c95669b52a399fc2f20fd0fe (diff)
downloadopenssl-new-c37ebbd6f97d23b291c49c4ae2b94c27d732de30.tar.gz
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)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 553e0c3650..c530ba0780 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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: