Commit 43cc656ea6

Linus Groh <mail@linusgroh.de>
2025-02-08 21:55:53
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/
1 parent ea1ce2d
Changed files (1)
lib
lib/std/Target.zig
@@ -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 },
                     },
                 },