aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-03-28 20:29:46 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-03-28 20:29:46 +0300
commitb8e76479cea448d4e00f698fe39ab3e0228ab22d (patch)
treea42c7a0b82a96f009b1b474685d109c89e84e340 /.cirrus.yml
parentc00852653f2bf9cd3ee53ab05d574fe4a9ff6dcc (diff)
downloadbitcoin-b8e76479cea448d4e00f698fe39ab3e0228ab22d.tar.xz
ci: Bump macOS VM image to the latest version
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index e881e587bf..75b80380a0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -168,13 +168,13 @@ task:
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
task:
- name: 'macOS 10.15 native [gui] [no depends]'
+ name: 'macOS 11 native [gui] [no depends]'
macos_brew_addon_script:
- brew install boost libevent berkeley-db4 qt miniupnpc libnatpmp 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: catalina-xcode-12.1 # https://cirrus-ci.org/guide/macOS
+ image: big-sur-xcode-12.4 # https://cirrus-ci.org/guide/macOS
env:
DANGER_RUN_CI_ON_HOST: "true"
CI_USE_APT_INSTALL: "no"