std.Target: bump default version max for macos

master
Andrew Kelley 2020-11-10 15:22:44 -07:00
parent 4d4ab1e69a
commit 3110b21c4b
1 changed files with 1 additions and 1 deletions

View File

@ -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 .{