aboutsummaryrefslogtreecommitdiff
path: root/core/sys
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-10-03 16:23:56 +0200
committerGitHub <noreply@github.com>2022-10-03 16:23:56 +0200
commite56920e44505756865fc2d531139742ee0891c86 (patch)
tree59281b4ab154461259babaa4350343f3c8e307fe /core/sys
parent79fe30321ab571038f8d3822ce989becd2336306 (diff)
parent1c9aad4d7be05ee7da14e9aa3b56733dc6df7a36 (diff)
Merge pull request #2103 from rasa-silva/darwin_version_update
Update Darwin release map
Diffstat (limited to 'core/sys')
-rw-r--r--core/sys/info/platform_darwin.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/info/platform_darwin.odin b/core/sys/info/platform_darwin.odin
index fe58d5b06..d226f668c 100644
--- a/core/sys/info/platform_darwin.odin
+++ b/core/sys/info/platform_darwin.odin
@@ -464,6 +464,7 @@ macos_release_map: map[string]Darwin_To_Release = {
"21F2092" = {{21, 5, 0}, "macOS", {"Monterey", {12, 4, 0}}},
"21G72" = {{21, 6, 0}, "macOS", {"Monterey", {12, 5, 0}}},
"21G83" = {{21, 6, 0}, "macOS", {"Monterey", {12, 5, 1}}},
+ "21G115" = {{21, 6, 0}, "macOS", {"Monterey", {12, 6, 0}}},
}
@(private)