diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-28 20:29:46 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-28 20:29:46 +0300 |
commit | b8e76479cea448d4e00f698fe39ab3e0228ab22d (patch) | |
tree | a42c7a0b82a96f009b1b474685d109c89e84e340 /.cirrus.yml | |
parent | c00852653f2bf9cd3ee53ab05d574fe4a9ff6dcc (diff) |
ci: Bump macOS VM image to the latest version
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
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" |