std.Target: Bump UEFI max version to 2.11

This is the most recent version, released in December 2024.
https://uefi.org/specs/UEFI/2.11/
This commit is contained in:
Linus Groh 2025-02-08 20:55:53 +00:00
parent ea1ce2df9b
commit 43cc656ea6

View File

@ -597,7 +597,7 @@ pub const Os = struct {
.uefi => .{
.semver = .{
.min = .{ .major = 2, .minor = 0, .patch = 0 },
.max = .{ .major = 2, .minor = 9, .patch = 0 },
.max = .{ .major = 2, .minor = 11, .patch = 0 },
},
},