mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Remove all macOS-10.15 related code (#7078)
This commit is contained in:
@@ -63,22 +63,6 @@ is_BigSur() {
|
||||
fi
|
||||
}
|
||||
|
||||
is_Catalina() {
|
||||
if [ "$OSTYPE" = "darwin19" ]; then
|
||||
true
|
||||
else
|
||||
false
|
||||
fi
|
||||
}
|
||||
|
||||
is_Less_Monterey() {
|
||||
if is_Catalina || is_BigSur; then
|
||||
true
|
||||
else
|
||||
false
|
||||
fi
|
||||
}
|
||||
|
||||
is_Veertu() {
|
||||
if [ -d "/Library/Application Support/Veertu" ]; then
|
||||
true
|
||||
@@ -116,9 +100,7 @@ brew_cask_install_ignoring_sha256() {
|
||||
}
|
||||
|
||||
get_brew_os_keyword() {
|
||||
if is_Catalina; then
|
||||
echo "catalina"
|
||||
elif is_BigSur; then
|
||||
if is_BigSur; then
|
||||
echo "big_sur"
|
||||
elif is_Monterey; then
|
||||
echo "monterey"
|
||||
|
||||
Reference in New Issue
Block a user