Skip to content

Commit e4a2918

Browse files
committed
Merge #21542: ci: Bump macOS VM image to the latest version
b8e7647 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 b8e7647 - 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
2 parents 1a0d145 + b8e7647 commit e4a2918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ task:
168168
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
169169

170170
task:
171-
name: 'macOS 10.15 native [gui] [no depends]'
171+
name: 'macOS 11 native [gui] [no depends]'
172172
macos_brew_addon_script:
173173
- brew install boost libevent berkeley-db4 qt miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
174174
<< : *GLOBAL_TASK_TEMPLATE
175175
osx_instance:
176176
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
177-
image: catalina-xcode-12.1 # https://cirrus-ci.org/guide/macOS
177+
image: big-sur-xcode-12.4 # https://cirrus-ci.org/guide/macOS
178178
env:
179179
DANGER_RUN_CI_ON_HOST: "true"
180180
CI_USE_APT_INSTALL: "no"

0 commit comments

Comments
 (0)