Skip to content

Commit

Permalink
Add MacOSX darwim v22 and v23
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-w-shaw committed May 15, 2024
1 parent 3a8cb43 commit fcc69b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions series/series.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ 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{
23: "sonoma",
22: "ventura",
21: "monterey",
20: "bigsur",
19: "catalina",
Expand Down

0 comments on commit fcc69b9

Please sign in to comment.