[macOS] Add parallels kernel extension to macOS13 and macOS14 (#10238)

[macOS] Add parallels kernel extension to macOS13 and macOS14
This commit is contained in:
sarathrajsrinivasan
2024-08-19 06:57:44 -07:00
committed by GitHub
parent 59a0b3727b
commit c634b8cd67
9 changed files with 111 additions and 14 deletions

View File

@@ -11,7 +11,8 @@ close_finder_window
# Remove Parallels Desktop
# https://github.com/actions/runner-images/issues/6105
if is_Monterey; then
# https://github.com/actions/runner-images/issues/10143
if is_Monterey || is_SonomaX64 || is_VenturaX64; then
brew uninstall parallels
fi