File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 amd64 +: common.darwin_amd64 + {
4343 capabilities +: ["ram32gb" ],
4444 },
45- aarch64 +: common.darwin_aarch64 + {
46- capabilities +: ["darwin_bigsur" ],
47- },
45+ aarch64 +: common.darwin_aarch64,
4846 },
4947 windows +: {
5048 amd64 +: common.windows_amd64 + {
280278 local jdk_version = self .jdk_version,
281279 local artifact_name = name + os + arch,
282280 local capabilities = if (self .os == "darwin" && self .arch != "aarch64" ) then
283- // for darwin, amd64: set minimum requirement to bigsur
284- [c for c in super .capabilities if !std.startsWith (c, "darwin" )] + [ "darwin_bigsur" ]
281+ // for darwin, amd64: set minimum requirements
282+ [c for c in super .capabilities if !std.startsWith (c, "darwin" )]
285283 else
286284 super .capabilities,
287285 capabilities: capabilities,
You can’t perform that action at this time.
0 commit comments