Skip to content

Commit

Permalink
internal/dl: update darwin requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly authored Aug 10, 2023
1 parent 7cf788b commit c637a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dl/dl.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ var featuredFiles = []Feature{
},
{
Platform: "Apple macOS (x86-64)",
Requirements: "macOS 10.13 or later, Intel 64-bit processor",
Requirements: "macOS 10.15 or later, Intel 64-bit processor",
fileRE: regexp.MustCompile(`\.darwin-amd64\.pkg$`),
},
{
Expand Down

0 comments on commit c637a1c

Please sign in to comment.