Skip to content

Commit 836d027

Browse files
committed
ci: Bump the macOS image to the latest Monterey
1 parent 98a2ddc commit 836d027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,13 @@ task:
282282
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
283283

284284
task:
285-
name: 'macOS 11 native [gui, sqlite only] [no depends]'
285+
name: 'macOS 12 native [gui, sqlite only] [no depends]'
286286
brew_install_script:
287-
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
287+
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake gnu-getopt
288288
<< : *GLOBAL_TASK_TEMPLATE
289289
osx_instance:
290290
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
291-
image: big-sur-xcode-12.5 # https://cirrus-ci.org/guide/macOS
291+
image: monterey-xcode-13.2 # https://cirrus-ci.org/guide/macOS
292292
env:
293293
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
294294
CI_USE_APT_INSTALL: "no"

0 commit comments

Comments
 (0)