[MacOS] Add software to MacOS 12 image was not available during the Monterey beta stage. (#4644)

This commit is contained in:
Maksim Shilov
2021-12-02 18:35:56 +03:00
committed by GitHub
parent ddaeaaa8fb
commit ca8169d472
9 changed files with 29 additions and 29 deletions

View File

@@ -6,7 +6,7 @@ Describe "Azure CLI" {
}
}
Describe "Carthage" -Skip:($os.IsMonterey) {
Describe "Carthage" {
It "Carthage" {
"carthage version" | Should -ReturnZeroExitCode
}
@@ -30,7 +30,7 @@ Describe "SwiftFormat" -Skip:($os.IsMonterey) {
}
}
Describe "GnuPG" -Skip:($os.IsMonterey) {
Describe "GnuPG" {
It "GnuPG" {
"gpg --version" | Should -ReturnZeroExitCode
}