aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-05-30 17:09:19 +0100
committerfanquake <fanquake@gmail.com>2024-06-10 13:15:23 +0100
commitd851451705aa67175cbafb06f455e6969131f90f (patch)
tree12b6a248f0f1daf4dd917de75dd909552a11308a /ci
parent9ebdd5e9e04be3355309d3096da00db37b4d540c (diff)
downloadbitcoin-d851451705aa67175cbafb06f455e6969131f90f.tar.xz
ci: update deps for macOS cross build
We are going to use Clang 18, which isn't on Jammy, so bump to Noble.
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_mac_cross.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/test/00_setup_env_mac_cross.sh b/ci/test/00_setup_env_mac_cross.sh
index 31c4bff6ae..f607c93ae6 100755
--- a/ci/test/00_setup_env_mac_cross.sh
+++ b/ci/test/00_setup_env_mac_cross.sh
@@ -9,9 +9,9 @@ export LC_ALL=C.UTF-8
export SDK_URL=${SDK_URL:-https://bitcoincore.org/depends-sources/sdks}
export CONTAINER_NAME=ci_macos_cross
-export CI_IMAGE_NAME_TAG="docker.io/ubuntu:22.04"
+export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
export HOST=x86_64-apple-darwin
-export PACKAGES="zip"
+export PACKAGES="clang lld llvm zip"
export XCODE_VERSION=15.0
export XCODE_BUILD_ID=15A240d
export RUN_UNIT_TESTS=false