Skip to content

Commit

Permalink
Merge pull request #28 from juju/bigsur
Browse files Browse the repository at this point in the history
Add Big Sur to macOS series list
  • Loading branch information
benhoyt authored Nov 15, 2020
2 parents 68703c0 + 6f1683b commit 1072051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions series/series.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func macOSXSeriesFromKernelVersion(getKernelVersion func() (string, error)) (str
// macOSXSeries maps from the Darwin Kernel Major Version to the Mac OSX
// series.
var macOSXSeries = map[int]string{
20: "bigsur",
19: "catalina",
18: "mojave",
17: "highsierra",
Expand Down

0 comments on commit 1072051

Please sign in to comment.