system-sdk: use macOS 12 SDK for macOS 13 for now

Fixes hexops/mach#606

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-11-25 10:31:04 -07:00
parent f43018e6c2
commit d59cc605e8

View file

@ -52,7 +52,7 @@ pub const Options = struct {
.os_version = .{
.semver = .{
.min = .{ .major = 12, .minor = 0 },
.max = .{ .major = 12, .minor = std.math.maxInt(u32) },
.max = .{ .major = 13, .minor = std.math.maxInt(u32) },
},
},
},