Skip to content

Commit d851451

Browse files
committed
ci: update deps for macOS cross build
We are going to use Clang 18, which isn't on Jammy, so bump to Noble.
1 parent 9ebdd5e commit d851451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test/00_setup_env_mac_cross.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export LC_ALL=C.UTF-8
99
export SDK_URL=${SDK_URL:-https://bitcoincore.org/depends-sources/sdks}
1010

1111
export CONTAINER_NAME=ci_macos_cross
12-
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:22.04"
12+
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
1313
export HOST=x86_64-apple-darwin
14-
export PACKAGES="zip"
14+
export PACKAGES="clang lld llvm zip"
1515
export XCODE_VERSION=15.0
1616
export XCODE_BUILD_ID=15A240d
1717
export RUN_UNIT_TESTS=false

0 commit comments

Comments
 (0)