mirror of
https://github.com/actions/runner-images.git
synced 2025-12-30 22:07:58 +08:00
Add macOS 12 image templates (#4062)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
$os = Get-OSVersion
|
||||
|
||||
Describe "RubyGems" {
|
||||
$gemTestCases = Get-ToolsetValue -KeyPath "ruby.rubygems" | ForEach-Object {
|
||||
@{gemName = $_}
|
||||
@@ -17,7 +19,7 @@ Describe "Bundler" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Nomad shenzhen CLI" {
|
||||
Describe "Nomad shenzhen CLI" -Skip:($os.IsMonterey) {
|
||||
It "Nomad shenzhen CLI" {
|
||||
"ipa --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user