mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
[macOS] Pin OpenSSL version for macOS 13 (#8019)
This commit is contained in:
@@ -165,6 +165,7 @@ build {
|
|||||||
"./provision/core/dotnet.sh",
|
"./provision/core/dotnet.sh",
|
||||||
"./provision/core/python.sh",
|
"./provision/core/python.sh",
|
||||||
"./provision/core/azcopy.sh",
|
"./provision/core/azcopy.sh",
|
||||||
|
"./provision/core/openssl.sh",
|
||||||
"./provision/core/ruby.sh",
|
"./provision/core/ruby.sh",
|
||||||
"./provision/core/rubygem.sh",
|
"./provision/core/rubygem.sh",
|
||||||
"./provision/core/git.sh",
|
"./provision/core/git.sh",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
|
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
|
||||||
$os = Get-OSVersion
|
$os = Get-OSVersion
|
||||||
|
|
||||||
Describe "OpenSSL" -Skip:($os.IsVentura -or $os.IsVenturaArm64) {
|
Describe "OpenSSL" -Skip:($os.IsVenturaArm64) {
|
||||||
Context "OpenSSL Version" {
|
Context "OpenSSL Version" {
|
||||||
It "OpenSSL is available" {
|
It "OpenSSL is available" {
|
||||||
"openssl version" | Should -ReturnZeroExitCode
|
"openssl version" | Should -ReturnZeroExitCode
|
||||||
|
|||||||
Reference in New Issue
Block a user