diff --git a/core/sys/info/platform_darwin.odin b/core/sys/info/platform_darwin.odin index 97a2199ab..2d9ce6c2d 100644 --- a/core/sys/info/platform_darwin.odin +++ b/core/sys/info/platform_darwin.odin @@ -550,6 +550,8 @@ macos_release_map: map[string]Darwin_To_Release = { "24A335" = {{24, 0, 0}, "macOS", {"Sequoia", {15, 0, 0}}}, "24A348" = {{24, 0, 0}, "macOS", {"Sequoia", {15, 0, 1}}}, "24B83" = {{24, 1, 0}, "macOS", {"Sequoia", {15, 1, 0}}}, + "24B91" = {{24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}}, + "24B2091" = {{24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}}, } @(private) diff --git a/src/bug_report.cpp b/src/bug_report.cpp index d4517f9e3..6ce696c3d 100644 --- a/src/bug_report.cpp +++ b/src/bug_report.cpp @@ -916,6 +916,8 @@ gb_internal void report_os_info() { {"24A335", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 0}}}, {"24A348", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 1}}}, {"24B83", {24, 1, 0}, "macOS", {"Sequoia", {15, 1, 0}}}, + {"24B91", {24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}}, + {"24B2091", {24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}}, };