mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-30 21:38:26 +08:00
[MacOS] Add software to MacOS 12 image was not available during the Monterey beta stage. (#4644)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user