Skip to content

Commit

Permalink
fix: changed botttle-tag to arm64_ventura
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored Oct 30, 2024
1 parent 571e260 commit 5c3102f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci-scripts/arm-brew-install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
tur#! /bin/bash
#
# Copyright (c) 2022, [Ribose Inc](https://www.ribose.com).
# All rights reserved.
Expand Down Expand Up @@ -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

0 comments on commit 5c3102f

Please sign in to comment.