[openssl] openssl-3.0 update
tomas at openssl.org
tomas at openssl.org
Fri Dec 10 07:27:36 UTC 2021
The branch openssl-3.0 has been updated
via 7174656d82b724a36948b2ac30a3c6f7e4cc12e4 (commit)
from 075b1b4dcd33259ece3fe2cdc1847af190105c84 (commit)
- Log -----------------------------------------------------------------
commit 7174656d82b724a36948b2ac30a3c6f7e4cc12e4
Author: Tomas Mraz <tomas at openssl.org>
Date: Wed Dec 8 12:54:52 2021 +0100
Windows CI: explicitly use windows-2019 instead of using windows-latest
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/17234)
(cherry picked from commit c37ebbd6f97d23b291c49c4ae2b94c27d732de30)
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/windows.yml | 6 +++---
1 file 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:
More information about the openssl-commits
mailing list