We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d1187 commit 5aa0f68Copy full SHA for 5aa0f68
.github/workflows/macos.yml
@@ -45,9 +45,7 @@ jobs:
45
46
- name: Install dependencies
47
run: |
48
- # TODO: Seems the latest HomeBrew version silently removed the --preinstall option, started a discussion on the topic to confirm
49
- # https://github.com/orgs/Homebrew/discussions/5896
50
- brew update # --preinstall
+ brew update --auto-update
51
brew bundle --force --file=contrib/Brewfile
52
53
OS_NAME=$([[ ${{ matrix.version }} -eq 13 ]] && echo "Ventura" || echo "Sonoma")
0 commit comments