Merge pull request #20473 from Homebrew/formula-analytics-tahoe
formula-analytics: add macOS Tahoe
This commit is contained in:
commit
ccb53c688f
@ -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