From 50ff20755c52194844caa4ccacfd92152ac05664 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:47:08 +0200 Subject: [PATCH] [macOS] Install Google Chrome cask with default method (#8070) Reverting pretty old rework: https://github.com/actions/runner-images/pull/1861. --- images/macos/provision/core/chrome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/provision/core/chrome.sh b/images/macos/provision/core/chrome.sh index 51458aab6..e90c37879 100644 --- a/images/macos/provision/core/chrome.sh +++ b/images/macos/provision/core/chrome.sh @@ -3,7 +3,7 @@ source ~/utils/utils.sh arch=$(get_arch) echo "Installing Google Chrome..." -brew_cask_install_ignoring_sha256 "google-chrome" +brew install --cask google-chrome # Parse Google Chrome version FULL_CHROME_VERSION=$("/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version)