[macOS] Add parallels to macOS 15 images. (#11749)

---------

Co-authored-by: sureshe456 <160699174+sureshe456@users.noreply.github.com>
Co-authored-by: Erik Bershel <110455084+erik-bershel@users.noreply.github.com>
This commit is contained in:
susmitamane
2025-03-11 20:56:27 +05:30
committed by GitHub
parent ea2cbb444d
commit ab54edda7e
6 changed files with 49 additions and 8 deletions

View File

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