Skip to content

Commit e866b43

Browse files
fanquakeknst
authored andcommitted
Merge bitcoin#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
1 parent a370253 commit e866b43

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
@@ -157,13 +157,13 @@ task:
157157
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
158158

159159
task:
160-
name: 'macOS 10.15 native [gui] [no depends]'
160+
name: 'macOS 11 native [gui] [no depends]'
161161
macos_brew_addon_script:
162162
- brew install boost libevent berkeley-db4 qt miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
163163
<< : *GLOBAL_TASK_TEMPLATE
164164
macos_instance:
165165
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
166-
image: catalina-xcode-12.1 # https://cirrus-ci.org/guide/macOS
166+
image: big-sur-xcode-12.4 # https://cirrus-ci.org/guide/macOS
167167
env:
168168
DANGER_RUN_CI_ON_HOST: "true"
169169
CI_USE_APT_INSTALL: "no"

0 commit comments

Comments
 (0)