From a259f7862021887bcdab047d49af7e39326c3866 Mon Sep 17 00:00:00 2001 From: Savely Krendelhoff Date: Thu, 21 Dec 2023 13:29:26 +0300 Subject: [PATCH] fixup! [#715] Stop bottle support for Big Sur --- scripts/update-brew-formulae.sh | 2 -- 1 file changed, 2 deletions(-) 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