mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
darwin: bump minimum supported version to 11.7.1
Drop Catalina support.
This commit is contained in:
parent
98285b17b3
commit
2d03f38988
@ -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 },
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user