std: bump max macOS version to 13.3
This commit is contained in:
@@ -280,13 +280,13 @@ pub const Target = struct {
|
||||
.aarch64 => VersionRange{
|
||||
.semver = .{
|
||||
.min = .{ .major = 11, .minor = 7, .patch = 1 },
|
||||
.max = .{ .major = 13, .minor = 0 },
|
||||
.max = .{ .major = 13, .minor = 3 },
|
||||
},
|
||||
},
|
||||
.x86_64 => VersionRange{
|
||||
.semver = .{
|
||||
.min = .{ .major = 11, .minor = 7, .patch = 1 },
|
||||
.max = .{ .major = 13, .minor = 0 },
|
||||
.max = .{ .major = 13, .minor = 3 },
|
||||
},
|
||||
},
|
||||
else => unreachable,
|
||||
|
||||
Reference in New Issue
Block a user