mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 14:55:25 +00:00
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:
parent
ea1ce2df9b
commit
43cc656ea6
@ -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 },
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user