os/mac: support Catalina, drop Sierra
This commit is contained in:
parent
db18713c8a
commit
26ac1b6906
@ -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?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user