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

View File

@@ -89,7 +89,7 @@ Describe "Android" {
}
}
It "HAXM is installed" -Skip:($os.IsBigSur) {
It "HAXM is installed" -Skip:($os.IsHigherThanCatalina) {
"kextstat | grep 'com.intel.kext.intelhaxm'" | Should -ReturnZeroExitCode
}
}