Reinstate High Sierra support

This commit is contained in:
Martin Wimpress 2021-09-28 15:25:38 +01:00
parent 818d8ddea1
commit f877ce30e9
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3
2 changed files with 8 additions and 3 deletions

View file

@ -14,7 +14,8 @@ function os_support() {
}
function releases_macos() {
echo mojave \
echo high-sierra \
mojave \
catalina \
big-sur
}