[macOS] prepare repository for macOS 13 (#7156)

This commit is contained in:
Alexey-Ayupov
2023-02-28 22:24:25 +03:00
committed by GitHub
parent 9089d1ec95
commit c6c2716726
9 changed files with 161 additions and 114 deletions

View File

@@ -19,7 +19,7 @@ Describe "Bundler" {
}
}
Describe "Nomad shenzhen CLI" -Skip:($os.IsMonterey) {
Describe "Nomad shenzhen CLI" -Skip:($os.IsMonterey -or $os.IsVentura) {
It "Nomad shenzhen CLI" {
"ipa --version" | Should -ReturnZeroExitCode
}
@@ -37,7 +37,7 @@ Describe "xcpretty" {
}
}
Describe "jazzy" {
Describe "jazzy" -Skip:($os.IsVentura) {
It "jazzy" {
"jazzy --version" | Should -ReturnZeroExitCode
}