diff --git a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs index ec463fab..c78f60c0 100644 --- a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs +++ b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs @@ -1035,6 +1035,7 @@ internal static partial class LogParserResult 11 => "macOS Big Sur", 12 => "macOS Monterey", 13 => "macOS Ventura", + 14 => "macOS Sonoma", _ => null, };