Skip to content

Commit

Permalink
Bump build.zig minimum to macOS 13 (#13639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner authored Aug 31, 2024
1 parent 6555248 commit 0f4aa68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ const BunBuildOptions = struct {

pub fn getOSVersionMin(os: OperatingSystem) ?Target.Query.OsVersion {
return switch (os) {
// bun needs macOS 12 to work properly due to icucore, but we have been
// compiling everything with 11 as the minimum.
.mac => .{
.semver = .{ .major = 11, .minor = 0, .patch = 0 },
.semver = .{ .major = 13, .minor = 0, .patch = 0 },
},

// Windows 10 1809 is the minimum supported version
Expand Down

0 comments on commit 0f4aa68

Please sign in to comment.