mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
Merge bitcoin/bitcoin#23814: ci: Bump the macOS image to the latest Monterey
34fd25eaf0
ci: Use system sqlite in native macOS task (Hennadii Stepanov)836d02722c
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 crACK34fd25eaf0
Tree-SHA512: 8af8483fab38b20bda60c0b0778fafa50d3aebd3fbaf7914805ba91bc1521f73f967f5567969073e12b6b98787c8c96834b3aa98a500de2d2385cff241628805
This commit is contained in:
commit
cb27d60f96
1 changed files with 3 additions and 3 deletions
|
@ -282,13 +282,13 @@ task:
|
||||||
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
|
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
|
||||||
|
|
||||||
task:
|
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_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
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
osx_instance:
|
osx_instance:
|
||||||
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
|
# 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:
|
env:
|
||||||
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
||||||
CI_USE_APT_INSTALL: "no"
|
CI_USE_APT_INSTALL: "no"
|
||||||
|
|
Loading…
Add table
Reference in a new issue