Skip to content

Commit 5aa0f68

Browse files
committed
CI: corrected the renamed --preinstall option in the brew update command
Signed-off-by: Hofi <hofione@gmail.com>
1 parent 29d1187 commit 5aa0f68

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/macos.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
4646
- name: Install dependencies
4747
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
48+
brew update --auto-update
5149
brew bundle --force --file=contrib/Brewfile
5250
5351
OS_NAME=$([[ ${{ matrix.version }} -eq 13 ]] && echo "Ventura" || echo "Sonoma")

0 commit comments

Comments
 (0)