mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
ci: Bump macOS cross task to ubuntu:jammy
This commit is contained in:
parent
8de9bb7a5a
commit
fa70e85e00
2 changed files with 3 additions and 3 deletions
|
@ -318,11 +318,11 @@ task:
|
||||||
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: 'macOS 10.15 [gui, no tests] [focal]'
|
name: 'macOS 10.15 [gui, no tests] [jammy]'
|
||||||
<< : *CONTAINER_DEPENDS_TEMPLATE
|
<< : *CONTAINER_DEPENDS_TEMPLATE
|
||||||
container:
|
container:
|
||||||
docker_arguments:
|
docker_arguments:
|
||||||
CI_IMAGE_NAME_TAG: ubuntu:focal
|
CI_IMAGE_NAME_TAG: ubuntu:jammy
|
||||||
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
|
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
|
||||||
<< : *CREDITS_TEMPLATE
|
<< : *CREDITS_TEMPLATE
|
||||||
macos_sdk_cache:
|
macos_sdk_cache:
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
export CONTAINER_NAME=ci_macos_cross
|
export CONTAINER_NAME=ci_macos_cross
|
||||||
export CI_IMAGE_NAME_TAG=ubuntu:20.04 # Check that Focal can cross-compile to macos
|
export CI_IMAGE_NAME_TAG=ubuntu:22.04
|
||||||
export HOST=x86_64-apple-darwin
|
export HOST=x86_64-apple-darwin
|
||||||
export PACKAGES="cmake libz-dev libtinfo5 python3-setuptools xorriso"
|
export PACKAGES="cmake libz-dev libtinfo5 python3-setuptools xorriso"
|
||||||
export XCODE_VERSION=12.2
|
export XCODE_VERSION=12.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue