Skip to content

Commit 61894de

Browse files
use the new capability for darwin-amd64
1 parent 7cfb5a0 commit 61894de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
103103
DarwinAMD64:: self.Darwin + self.AMD64 + {
104104
# JDK 17 switched to Xcode 12.4 which requires 10.15.4
105105
# at a minimum (GR-32439)
106-
capabilities+: ["darwin_test"]
106+
capabilities+: ["darwin_ventura"]
107107
},
108108
DarwinAArch64:: self.Darwin + self.AArch64 + {
109109
capabilities+: ["darwin_ventura"],

0 commit comments

Comments
 (0)