Skip to content

Commit ad904d4

Browse files
authored
Merge pull request syslog-ng#5218 from HofiOne/brew-update-invocation-fix
CI: corrected the renamed --preinstall option in the brew update command
2 parents 5fa6475 + 5aa0f68 commit ad904d4

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)