[macOS] Exclude macOS 13 and 14 from "Stack" test (#8787)

Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”>
This commit is contained in:
Alexey-Ayupov
2023-11-14 11:58:29 +01:00
committed by GitHub
parent 1478804fa2
commit 81ef6f228d

View File

@@ -66,7 +66,7 @@ Describe "Miniconda" -Skip:($os.IsVentura -or $os.IsSonoma) {
}
}
Describe "Stack" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64) {
Describe "Stack" -Skip:($os.IsVentura -or $os.IsSonoma) {
It "Stack" {
"stack --version" | Should -ReturnZeroExitCode
}