Skip to content

Commit

Permalink
add macos 15.0.1 to odin report and core/sys/info
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Oct 14, 2024
1 parent 1dd9b85 commit 7989d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/sys/info/platform_darwin.odin
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ macos_release_map: map[string]Darwin_To_Release = {

// MacOS Sequoia
"24A335" = {{24, 0, 0}, "macOS", {"Sequoia", {15, 0, 0}}},
"24A348" = {{24, 0, 0}, "macOS", {"Sequoia", {15, 0, 1}}},
}

@(private)
Expand Down
1 change: 1 addition & 0 deletions src/bug_report.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ gb_internal void report_os_info() {
{"23G93", {23, 6, 0}, "macOS", {"Sonoma", {14, 6, 1}}},
{"23H124", {23, 6, 0}, "macOS", {"Sonoma", {14, 7, 0}}},
{"24A335", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 0}}},
{"24A348", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 1}}},
};


Expand Down

0 comments on commit 7989d51

Please sign in to comment.