diff --git a/ci-scripts/arm-brew-install.sh b/ci-scripts/arm-brew-install.sh index 87d3d62..64e76bf 100755 --- a/ci-scripts/arm-brew-install.sh +++ b/ci-scripts/arm-brew-install.sh @@ -1,4 +1,4 @@ -#! /bin/bash +tur#! /bin/bash # # Copyright (c) 2022, [Ribose Inc](https://www.ribose.com). # All rights reserved. @@ -37,7 +37,7 @@ DIR1="$DIR0/arm-homebrew" for bottle in "${@:2}" do echo "Installing $bottle" - response=$("$DIR1/bin/brew" fetch --force --bottle-tag=arm64_big_sur "$bottle" | grep "Downloaded to") + response=$("$DIR1/bin/brew" fetch --force --bottle-tag=arm64_ventura "$bottle" | grep "Downloaded to") IFS=" " read -r -a parsed <<< "$response" "$DIR1/bin/brew" install "${parsed[2]}" done