Add macOS 12 image templates (#4062)
This commit is contained in:
@@ -17,7 +17,7 @@ Describe "Certificate" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Audio device" -Skip:($os.IsHighSierra) {
|
||||
Describe "Audio device" -Skip:($os.IsHighSierra -or $os.IsMonterey) {
|
||||
It "Sox is installed" {
|
||||
"sox --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
@@ -26,7 +26,7 @@ Describe "Audio device" -Skip:($os.IsHighSierra) {
|
||||
"SwitchAudioSource -c" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "Audio channel Soundflower (2ch)" -Skip:($os.IsBigSur) {
|
||||
It "Audio channel Soundflower (2ch)" -Skip:($os.IsHigherThanCatalina) {
|
||||
SwitchAudioSource -c | Should -BeLikeExactly "Soundflower (2ch)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user