From 7474ee5fb0996563cc7e5cad840924c282277019 Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Wed, 15 May 2024 23:58:11 -0400 Subject: [PATCH] Switch branch for clang32 bootstrap script --- ci-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-bootstrap.sh b/ci-bootstrap.sh index 113a522..8369911 100644 --- a/ci-bootstrap.sh +++ b/ci-bootstrap.sh @@ -66,7 +66,7 @@ if [ "$(unamer)" = "Darwin" ]; then if [ -n "${ACID32}" ]; then echo "OVERRIDE_PYTHON3=${DEVELOPER_DIR}/usr/bin/python3" >> "$GITHUB_ENV" export OVERRIDE_PYTHON3="${DEVELOPER_DIR}/usr/bin/python3" - src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/clang32-bootstrap.sh) && eval "$src" || exit 1 + src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/xcode14/clang32-bootstrap.sh) && eval "$src" || exit 1 fi fi