Skip to content

Commit

Permalink
add macos 15.1.1 to odin report and sys/info
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Nov 26, 2024
1 parent 9115c7a commit 767daf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/sys/info/platform_darwin.odin
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions src/bug_report.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}}},
};


Expand Down

0 comments on commit 767daf4

Please sign in to comment.