mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Add macOS 12 image templates (#4062)
This commit is contained in:
@@ -6,7 +6,7 @@ Describe "Azure CLI" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Carthage" {
|
||||
Describe "Carthage" -Skip:($os.IsMonterey) {
|
||||
It "Carthage" {
|
||||
"carthage version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
@@ -24,20 +24,20 @@ Describe "Subversion" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "SwiftFormat" {
|
||||
Describe "SwiftFormat" -Skip:($os.IsMonterey) {
|
||||
It "SwiftFormat" {
|
||||
"swiftformat --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Describe "GnuPG" {
|
||||
Describe "GnuPG" -Skip:($os.IsMonterey) {
|
||||
It "GnuPG" {
|
||||
"gpg --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Clang/LLVM" {
|
||||
Describe "Clang/LLVM" -Skip:($os.IsMonterey) {
|
||||
It "Clang/LLVM is installed" {
|
||||
"$(brew --prefix llvm)/bin/clang --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
@@ -61,7 +61,7 @@ Describe "Perl" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Helm" {
|
||||
Describe "Helm" -Skip:($os.IsMonterey) {
|
||||
It "Helm" {
|
||||
"helm version --short" | Should -ReturnZeroExitCode
|
||||
}
|
||||
@@ -109,7 +109,7 @@ Describe "bazel" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Aliyun CLI" {
|
||||
Describe "Aliyun CLI" -Skip:($os.IsMonterey) {
|
||||
It "Aliyun CLI" {
|
||||
"aliyun --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
@@ -139,25 +139,25 @@ Describe "wget" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "vagrant" -Skip:($os.IsBigSur) {
|
||||
Describe "vagrant" -Skip:($os.IsHigherThanCatalina) {
|
||||
It "vagrant" {
|
||||
"vagrant --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "virtualbox" -Skip:($os.IsBigSur) {
|
||||
Describe "virtualbox" -Skip:($os.IsHigherThanCatalina) {
|
||||
It "virtualbox" {
|
||||
"vboxmanage -v" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "xctool" -Skip:($os.IsBigSur) {
|
||||
Describe "xctool" -Skip:($os.IsHigherThanCatalina) {
|
||||
It "xctool" {
|
||||
"xctool --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "R" -Skip:($os.IsBigSur) {
|
||||
Describe "R" -Skip:($os.IsHigherThanCatalina) {
|
||||
It "R" {
|
||||
"R --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user