Skip to content

Commit faa8dfd

Browse files
author
MarcoFalke
committed
ci: Bump macOS image to big-sur-xcode-12.5
This also removes the "brew update" added in commit b738155.
1 parent a83bbf0 commit faa8dfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,11 @@ task:
197197
task:
198198
name: 'macOS 11 native [gui] [no depends]'
199199
brew_install_script:
200-
- brew update
201200
- brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
202201
<< : *GLOBAL_TASK_TEMPLATE
203202
osx_instance:
204203
# 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
204+
image: big-sur-xcode-12.5 # https://cirrus-ci.org/guide/macOS
206205
env:
207206
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
208207
CI_USE_APT_INSTALL: "no"

0 commit comments

Comments
 (0)