We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebdd5e commit d851451Copy full SHA for d851451
ci/test/00_setup_env_mac_cross.sh
@@ -9,9 +9,9 @@ export LC_ALL=C.UTF-8
9
export SDK_URL=${SDK_URL:-https://bitcoincore.org/depends-sources/sdks}
10
11
export CONTAINER_NAME=ci_macos_cross
12
-export CI_IMAGE_NAME_TAG="docker.io/ubuntu:22.04"
+export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
13
export HOST=x86_64-apple-darwin
14
-export PACKAGES="zip"
+export PACKAGES="clang lld llvm zip"
15
export XCODE_VERSION=15.0
16
export XCODE_BUILD_ID=15A240d
17
export RUN_UNIT_TESTS=false
0 commit comments