diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-12-18 14:42:00 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-12-18 14:42:03 +0100 |
commit | cb27d60f966ad20c465e5db05ba1a2253bd4dab3 (patch) | |
tree | 40c2adf071923aca0602d0b607ab7149e82dc62e | |
parent | 1220af5e6d1072ea306f6ecaaa7effe3d386c379 (diff) | |
parent | 34fd25eaf0b7cb1e12bdc0f4c3f4a95e32a3434c (diff) |
Merge bitcoin/bitcoin#23814: ci: Bump the macOS image to the latest Monterey
34fd25eaf0b7cb1e12bdc0f4c3f4a95e32a3434c ci: Use system sqlite in native macOS task (Hennadii Stepanov)
836d02722c3e555621a7d8faa4847f9897789b8e 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 34fd25eaf0b7cb1e12bdc0f4c3f4a95e32a3434c
Tree-SHA512: 8af8483fab38b20bda60c0b0778fafa50d3aebd3fbaf7914805ba91bc1521f73f967f5567969073e12b6b98787c8c96834b3aa98a500de2d2385cff241628805
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f35da3882e..9ad96e2cdd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -282,13 +282,13 @@ task: FILE_ENV: "./ci/test/00_setup_env_mac.sh" task: - name: 'macOS 11 native [gui, sqlite only] [no depends]' + name: 'macOS 12 native [gui, system sqlite only] [no depends]' brew_install_script: - - brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt + - brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt << : *GLOBAL_TASK_TEMPLATE osx_instance: # Use latest image, but hardcode version to avoid silent upgrades (and breaks) - image: big-sur-xcode-12.5 # https://cirrus-ci.org/guide/macOS + image: monterey-xcode-13.2 # https://cirrus-ci.org/guide/macOS env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV CI_USE_APT_INSTALL: "no" |