diff --git a/scripts/update-brew-formulae.sh b/scripts/update-brew-formulae.sh index 3dafe823b..49949825f 100755 --- a/scripts/update-brew-formulae.sh +++ b/scripts/update-brew-formulae.sh @@ -18,8 +18,6 @@ then -exec sed -i "/monterey/d" {} \; \ -exec sed -i "/arm64_monterey/d" {} \; \ -exec sed -i "/mojave/d" {} \; \ - -exec sed -i "/big_sur/d" {} \; \ - -exec sed -i "/arm64_big_sur/d" {} \; else echo "The argument does not look like a tag, which should have a form of 'v*-[0-9]*'" fi