mirror of
https://github.com/actions/runner-images.git
synced 2026-01-05 01:35:22 +08:00
[macOS] Pin OpenSSL version for macOS 13 (#8019)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
|
||||
$os = Get-OSVersion
|
||||
|
||||
Describe "OpenSSL" -Skip:($os.IsVentura -or $os.IsVenturaArm64) {
|
||||
Describe "OpenSSL" -Skip:($os.IsVenturaArm64) {
|
||||
Context "OpenSSL Version" {
|
||||
It "OpenSSL is available" {
|
||||
"openssl version" | Should -ReturnZeroExitCode
|
||||
|
||||
Reference in New Issue
Block a user