mirror of
https://github.com/actions/runner-images.git
synced 2025-12-30 22:07:58 +08:00
[macos] add architecture references (#7593)
This commit is contained in:
committed by
GitHub
parent
cc2b556e65
commit
111d6ae5cf
@@ -3,7 +3,7 @@ Import-Module "$PSScriptRoot/../helpers/Tests.Helpers.psm1" -DisableNameChecking
|
||||
|
||||
$os = Get-OSVersion
|
||||
|
||||
Describe "Ruby" -Skip:($os.IsVentura) {
|
||||
Describe "Ruby" -Skip:($os.IsVentura -or $os.IsBigSur -or $os.IsMonterey) {
|
||||
It "Ruby is available" {
|
||||
"ruby --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user