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
3f51ef6fde
commit
568d0155fd
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ pub const Options = struct {
|
||||||
.os_version = .{
|
.os_version = .{
|
||||||
.semver = .{
|
.semver = .{
|
||||||
.min = .{ .major = 12, .minor = 0 },
|
.min = .{ .major = 12, .minor = 0 },
|
||||||
.max = .{ .major = 12, .minor = std.math.maxInt(u32) },
|
.max = .{ .major = 13, .minor = std.math.maxInt(u32) },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue