Skip to content

Commit ad4ea35

Browse files
committed
Update HomeBrew on macOS 13
1 parent dded7fd commit ad4ea35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos-install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -e
44

55
if [[ "$ImageOS" == "macos13" ]]; then
66
brew uninstall gradle maven
7+
8+
# https://github.com/actions/runner-images/pull/12897#issuecomment-3307703275
9+
brew update
710
fi
811
brew install \
912
aom \

0 commit comments

Comments
 (0)