os/mac: support Catalina, drop Sierra

This commit is contained in:
FX Coudert 2019-09-28 10:39:57 +02:00
parent db18713c8a
commit 26ac1b6906

View File

@ -44,14 +44,14 @@ module OS
# TODO: bump version when new macOS is released and also update # TODO: bump version when new macOS is released and also update
# references in docs/Installation.md and # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/master/install # https://github.com/Homebrew/install/blob/master/install
Version.new "10.14" Version.new "10.15"
end end
def outdated_release? def outdated_release?
# TODO: bump version when new macOS is released and also update # TODO: bump version when new macOS is released and also update
# references in docs/Installation.md and # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/master/install # https://github.com/Homebrew/install/blob/master/install
version < "10.12" version < "10.13"
end end
def prerelease? def prerelease?