mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
add macos 15.1.1 to odin report and sys/info
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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}}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user