darwin: bump minimum supported version to 11.7.1
Drop Catalina support.
This commit is contained in:
@@ -276,13 +276,13 @@ pub const Target = struct {
|
||||
.macos => return switch (arch) {
|
||||
.aarch64 => VersionRange{
|
||||
.semver = .{
|
||||
.min = .{ .major = 11, .minor = 6, .patch = 6 },
|
||||
.min = .{ .major = 11, .minor = 7, .patch = 1 },
|
||||
.max = .{ .major = 13, .minor = 0 },
|
||||
},
|
||||
},
|
||||
.x86_64 => VersionRange{
|
||||
.semver = .{
|
||||
.min = .{ .major = 10, .minor = 15, .patch = 7 },
|
||||
.min = .{ .major = 11, .minor = 7, .patch = 1 },
|
||||
.max = .{ .major = 13, .minor = 0 },
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user