std.Target: Update maximum supported AIX version.

This commit is contained in:
Alex Rønne Petersen 2025-05-02 19:53:58 +02:00
parent 2f999dd3af
commit 9013d9ed78
No known key found for this signature in database

View File

@ -434,7 +434,7 @@ pub const Os = struct {
.aix => .{
.semver = .{
.min = .{ .major = 7, .minor = 2, .patch = 5 },
.max = .{ .major = 7, .minor = 3, .patch = 2 },
.max = .{ .major = 7, .minor = 3, .patch = 3 },
},
},
.hurd => .{