Skip to content

Commit

Permalink
ci: Bump macOS image to big-sur-xcode-12.5
Browse files Browse the repository at this point in the history
This also removes the "brew update" added in commit
b738155.

bitcoin/bitcoin#22122 (1/1)
  • Loading branch information
MarcoFalke authored and apoelstra committed Jul 11, 2021
1 parent 4f33ba7 commit 1852f83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,11 @@ task:
task:
name: 'macOS 11 native [gui] [no depends]'
brew_install_script:
- brew update
- brew install boost libevent berkeley-db4 qt@5 miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
<< : *GLOBAL_TASK_TEMPLATE
osx_instance:
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
image: big-sur-xcode-12.4 # https://cirrus-ci.org/guide/macOS
image: big-sur-xcode-12.5 # https://cirrus-ci.org/guide/macOS
env:
DANGER_RUN_CI_ON_HOST: "true"
CI_USE_APT_INSTALL: "no"
Expand Down

0 comments on commit 1852f83

Please sign in to comment.