Skip to content

Commit

Permalink
Fixed macos release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jan 11, 2024
1 parent 95a4adc commit 3460b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_scripts/release_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
brew uninstall --force $(cat formulas)

echo "Installing arm64 versions of formulas"

rm '/usr/local/bin/2to3-3.12'

for formula in $(cat formulas); do
brew fetch --force --bottle-tag=arm64_ventura $formula
formulaResult=$(brew --cache --bottle-tag=arm64_ventura $formula)
Expand Down

0 comments on commit 3460b22

Please sign in to comment.