Browse Source

update MacOS releases

Laytan Laats 1 year ago
parent
commit
ac68a9d52c
2 changed files with 4 additions and 0 deletions
  1. 2 0
      core/sys/info/platform_darwin.odin
  2. 2 0
      src/bug_report.cpp

+ 2 - 0
core/sys/info/platform_darwin.odin

@@ -528,6 +528,8 @@ macos_release_map: map[string]Darwin_To_Release = {
 	"23E214"     = {{23, 4, 0}, "macOS", {"Sonoma",         {14, 4, 0}}},
 	"23E224"     = {{23, 4, 0}, "macOS", {"Sonoma",         {14, 4, 1}}},
 	"23F79"      = {{23, 5, 0}, "macOS", {"Sonoma",         {14, 5, 0}}},
+	"23G80"      = {{23, 6, 0}, "macOS", {"Sonoma",         {14, 6, 0}}},
+	"23G93"      = {{23, 6, 0}, "macOS", {"Sonoma",         {14, 6, 1}}},
 }
 
 @(private)

+ 2 - 0
src/bug_report.cpp

@@ -911,6 +911,8 @@ gb_internal void report_os_info() {
 			{"23E214",   {23,  4,  0}, "macOS", {"Sonoma",        {14,  4,  0}}},
 			{"23E224",   {23,  4,  0}, "macOS", {"Sonoma",        {14,  4,  1}}},
 			{"23F79",    {23,  5,  0}, "macOS", {"Sonoma",        {14,  5,  0}}},
+			{"23G80",    {23,  6,  0}, "macOS", {"Sonoma",        {14,  6,  0}}},
+			{"23G93",    {23,  6,  0}, "macOS", {"Sonoma",        {14,  6,  1}}},
 		};