Add macOS 12 image templates (#4062)

This commit is contained in:
Dmitry Shibanov
2021-09-24 13:56:16 +03:00
committed by GitHub
parent ee4eda5e99
commit bf1cae6dcf
20 changed files with 530 additions and 46 deletions
+2 -2
View File
@@ -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)"
}