aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2024-11-26 18:46:27 +0100
committerLaytan Laats <laytanlaats@hotmail.com>2024-11-26 18:46:27 +0100
commit767daf4a9ce34fd85f116f9eb50bb1783cb185b7 (patch)
treefb50d5795e4ef89575adab796b3a2ce27ac262e9
parent9115c7aa1395f8be2c583a28a6be6a5542704169 (diff)
add macos 15.1.1 to odin report and sys/info
-rw-r--r--core/sys/info/platform_darwin.odin2
-rw-r--r--src/bug_report.cpp2
2 files changed, 4 insertions, 0 deletions
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}}},
};