ci: Fix macOS brew install command

Details: https://github.com/Homebrew/discussions/discussions/691

Github-Pull: #21663
Rebased-From: b7381552cd
This commit is contained in:
Hennadii Stepanov 2021-04-12 21:43:28 +03:00 committed by fanquake
parent 997e528a34
commit 89426c43fb
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -131,8 +131,9 @@ task:
task: task:
name: 'macOS 10.14 native [GOAL: install] [GUI] [no depends]' name: 'macOS 10.14 native [GOAL: install] [GUI] [no depends]'
macos_brew_addon_script: brew_install_script:
- brew install boost libevent berkeley-db4 qt miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt - brew update
- brew install boost libevent berkeley-db4 qt@5 miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
<< : *GLOBAL_TASK_TEMPLATE << : *GLOBAL_TASK_TEMPLATE
osx_instance: osx_instance:
# Use latest image, but hardcode version to avoid silent upgrades (and breaks) # Use latest image, but hardcode version to avoid silent upgrades (and breaks)