@@ -411,39 +411,39 @@ pub const Os = struct {
411
411
.aarch64 = > VersionRange {
412
412
.semver = .{
413
413
.min = .{ .major = 11 , .minor = 7 , .patch = 1 },
414
- .max = .{ .major = 14 , .minor = 1 , .patch = 0 },
414
+ .max = .{ .major = 14 , .minor = 6 , .patch = 1 },
415
415
},
416
416
},
417
417
.x86_64 = > VersionRange {
418
418
.semver = .{
419
419
.min = .{ .major = 11 , .minor = 7 , .patch = 1 },
420
- .max = .{ .major = 14 , .minor = 1 , .patch = 0 },
420
+ .max = .{ .major = 14 , .minor = 6 , .patch = 1 },
421
421
},
422
422
},
423
423
else = > unreachable ,
424
424
},
425
425
.ios = > .{
426
426
.semver = .{
427
427
.min = .{ .major = 12 , .minor = 0 , .patch = 0 },
428
- .max = .{ .major = 17 , .minor = 1 , .patch = 0 },
428
+ .max = .{ .major = 17 , .minor = 6 , .patch = 1 },
429
429
},
430
430
},
431
431
.watchos = > .{
432
432
.semver = .{
433
433
.min = .{ .major = 6 , .minor = 0 , .patch = 0 },
434
- .max = .{ .major = 10 , .minor = 1 , .patch = 0 },
434
+ .max = .{ .major = 10 , .minor = 6 , .patch = 0 },
435
435
},
436
436
},
437
437
.tvos = > .{
438
438
.semver = .{
439
439
.min = .{ .major = 13 , .minor = 0 , .patch = 0 },
440
- .max = .{ .major = 17 , .minor = 1 , .patch = 0 },
440
+ .max = .{ .major = 17 , .minor = 6 , .patch = 0 },
441
441
},
442
442
},
443
443
.visionos = > .{
444
444
.semver = .{
445
445
.min = .{ .major = 1 , .minor = 0 , .patch = 0 },
446
- .max = .{ .major = 1 , .minor = 0 , .patch = 0 },
446
+ .max = .{ .major = 1 , .minor = 3 , .patch = 0 },
447
447
},
448
448
},
449
449
.netbsd = > .{
0 commit comments