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.
1 parent a83bbf0 commit faa8dfdCopy full SHA for faa8dfd
.cirrus.yml
@@ -197,12 +197,11 @@ task:
197
task:
198
name: 'macOS 11 native [gui] [no depends]'
199
brew_install_script:
200
- - brew update
201
- brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
202
<< : *GLOBAL_TASK_TEMPLATE
203
osx_instance:
204
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
205
- image: big-sur-xcode-12.4 # https://cirrus-ci.org/guide/macOS
+ image: big-sur-xcode-12.5 # https://cirrus-ci.org/guide/macOS
206
env:
207
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
208
CI_USE_APT_INSTALL: "no"
0 commit comments