[macos] add architecture references (#7593)

This commit is contained in:
Shamil Mubarakshin
2023-05-16 16:39:03 +02:00
committed by GitHub
parent cc2b556e65
commit 111d6ae5cf
4 changed files with 43 additions and 29 deletions

View File

@@ -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
}