mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 20:43:19 +00:00
std.Target: bump default version max for macos
This commit is contained in:
parent
4d4ab1e69a
commit
3110b21c4b
@ -237,7 +237,7 @@ pub const Target = struct {
|
||||
.macos => return .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 10, .minor = 13 },
|
||||
.max = .{ .major = 10, .minor = 15, .patch = 3 },
|
||||
.max = .{ .major = 10, .minor = 15, .patch = 7 },
|
||||
},
|
||||
},
|
||||
.ios => return .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user