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:
parent
f43018e6c2
commit
d59cc605e8
1 changed files with 1 additions and 1 deletions
|
@ -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) },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue