diff options
author | fanquake <fanquake@gmail.com> | 2021-03-31 13:08:12 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-03-31 13:10:20 +0800 |
commit | e4a2918238559e0b82e287833f51b321b97518ab (patch) | |
tree | 99b4c697fc0dd364decaae70d1e5d5b6060ebbbc | |
parent | 1a0d1452a0abf203c92aa8faa6963349c15addb4 (diff) | |
parent | b8e76479cea448d4e00f698fe39ab3e0228ab22d (diff) |
Merge #21542: ci: Bump macOS VM image to the latest version
b8e76479cea448d4e00f698fe39ab3e0228ab22d ci: Bump macOS VM image to the latest version (Hennadii Stepanov)
Pull request description:
On Cirrus CI bump macOS VM from Catalina to Big Sur.
ACKs for top commit:
fanquake:
ACK b8e76479cea448d4e00f698fe39ab3e0228ab22d - I'm always going to question bumping things for the sake of it/when there's no reasoning given. In this case, moving from building on macOS 10.x to 11.x shouldn't really lose us any coverage, and may turn up potential macOS quirks a bit earlier.
Tree-SHA512: ab2daee194683ab0553328020fd2fcb918160f466cd380c542e1a9b44f5bea3664fb40b032f1b611ee0107b0efbe278230e067316e2373c3cb0470b205dd2f9d
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index b3d58461e0..d7d5ab6c5c 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" |