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