We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a238bb7 commit 997b489Copy full SHA for 997b489
internal/dl/dl.go
@@ -165,12 +165,12 @@ var featuredFiles = []Feature{
165
},
166
{
167
Platform: "Apple macOS (ARM64)",
168
- Requirements: "macOS 11 or later, Apple 64-bit processor",
+ Requirements: "macOS 12 or later, Apple 64-bit processor",
169
fileRE: regexp.MustCompile(`\.darwin-arm64\.pkg$`),
170
171
172
Platform: "Apple macOS (x86-64)",
173
- Requirements: "macOS 11 or later, Intel 64-bit processor",
+ Requirements: "macOS 12 or later, Intel 64-bit processor",
174
fileRE: regexp.MustCompile(`\.darwin-amd64\.pkg$`),
175
176
0 commit comments