Skip to content

Commit b8e7647

Browse files
committed
ci: Bump macOS VM image to the latest version
1 parent c008526 commit b8e7647

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)