We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dded7fd commit ad4ea35Copy full SHA for ad4ea35
.github/workflows/macos-install.sh
@@ -4,6 +4,9 @@ set -e
4
5
if [[ "$ImageOS" == "macos13" ]]; then
6
brew uninstall gradle maven
7
+
8
+ # https://github.com/actions/runner-images/pull/12897#issuecomment-3307703275
9
+ brew update
10
fi
11
brew install \
12
aom \
0 commit comments