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.
2 parents f6c44e9 + b738155 commit 708517bCopy full SHA for 708517b
.cirrus.yml
@@ -187,8 +187,9 @@ task:
187
188
task:
189
name: 'macOS 11 native [gui] [no depends]'
190
- macos_brew_addon_script:
191
- - brew install boost libevent berkeley-db4 qt miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
+ brew_install_script:
+ - brew update
192
+ - brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
193
<< : *GLOBAL_TASK_TEMPLATE
194
osx_instance:
195
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
0 commit comments