formula-analytics: add macOS Tahoe
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
1cfd8589c5
commit
4d134f3aa1
@ -379,6 +379,7 @@ module Homebrew
|
||||
when /^13\.?/ then "macOS Ventura (13)"
|
||||
when /^14\.?/ then "macOS Sonoma (14)"
|
||||
when /^15\.?/ then "macOS Sequoia (15)"
|
||||
when /^26\.?/ then "macOS Tahoe (26)"
|
||||
when /Ubuntu(-Server)? (14|16|18|20|22)\.04/ then "Ubuntu #{Regexp.last_match(2)}.04 LTS"
|
||||
when /Ubuntu(-Server)? (\d+\.\d+).\d ?(LTS)?/
|
||||
"Ubuntu #{Regexp.last_match(2)} #{Regexp.last_match(3)}".strip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user