Skip to content

Commit

Permalink
Add macOS Sequoia in OsBrandStringHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Aug 6, 2024
1 parent 17cf3b0 commit cf882d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BenchmarkDotNet/Environments/OsBrandStringHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ private MacOSXVersion(int darwinVersion, string codeName)
new MacOSXVersion(21, "Monterey"),
new MacOSXVersion(22, "Ventura"),
new MacOSXVersion(23, "Sonoma"),
new MacOSXVersion(24, "Sequoia"),
};

public static string? ResolveCodeName(string kernelVersion)
Expand Down

0 comments on commit cf882d3

Please sign in to comment.