Skip to content

Commit e9093b8

Browse files
committed
std.Target: bump max versions for Apple targets
1 parent 5b74d33 commit e9093b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/std/Target.zig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -550,37 +550,37 @@ pub const Os = struct {
550550
.driverkit => .{
551551
.semver = .{
552552
.min = .{ .major = 19, .minor = 0, .patch = 0 },
553-
.max = .{ .major = 24, .minor = 4, .patch = 0 },
553+
.max = .{ .major = 25, .minor = 0, .patch = 0 },
554554
},
555555
},
556556
.macos => .{
557557
.semver = .{
558558
.min = .{ .major = 13, .minor = 0, .patch = 0 },
559-
.max = .{ .major = 15, .minor = 4, .patch = 1 },
559+
.max = .{ .major = 15, .minor = 6, .patch = 0 },
560560
},
561561
},
562562
.ios => .{
563563
.semver = .{
564564
.min = .{ .major = 15, .minor = 0, .patch = 0 },
565-
.max = .{ .major = 18, .minor = 4, .patch = 1 },
565+
.max = .{ .major = 18, .minor = 6, .patch = 0 },
566566
},
567567
},
568568
.tvos => .{
569569
.semver = .{
570570
.min = .{ .major = 15, .minor = 0, .patch = 0 },
571-
.max = .{ .major = 18, .minor = 4, .patch = 1 },
571+
.max = .{ .major = 18, .minor = 5, .patch = 0 },
572572
},
573573
},
574574
.visionos => .{
575575
.semver = .{
576576
.min = .{ .major = 1, .minor = 0, .patch = 0 },
577-
.max = .{ .major = 2, .minor = 4, .patch = 1 },
577+
.max = .{ .major = 2, .minor = 5, .patch = 0 },
578578
},
579579
},
580580
.watchos => .{
581581
.semver = .{
582582
.min = .{ .major = 7, .minor = 0, .patch = 0 },
583-
.max = .{ .major = 11, .minor = 4, .patch = 0 },
583+
.max = .{ .major = 11, .minor = 6, .patch = 0 },
584584
},
585585
},
586586

0 commit comments

Comments
 (0)