Skip to content

Commit cb27d60

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#23814: ci: Bump the macOS image to the latest Monterey
34fd25e ci: Use system sqlite in native macOS task (Hennadii Stepanov) 836d027 ci: Bump the macOS image to the latest Monterey (Hennadii Stepanov) Pull request description: We usually follow the latest available macOS image. ACKs for top commit: Zero-1729: Light crACK 34fd25e Tree-SHA512: 8af8483fab38b20bda60c0b0778fafa50d3aebd3fbaf7914805ba91bc1521f73f967f5567969073e12b6b98787c8c96834b3aa98a500de2d2385cff241628805
2 parents 1220af5 + 34fd25e commit cb27d60

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, system 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 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)