Skip to content

Commit 28116db

Browse files
update downstream branch
1 parent 4c625ab commit 28116db

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
@@ -235,7 +235,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
235235
# next JVMCI release has been made. Add the issue id as a comment here.
236236
# You might want to point this to the merge commit of a Graal PR, i.e., include
237237
# the "_gate" suffix.
238-
local downstream_branch = "master",
238+
local downstream_branch = "release/graal-vm/24.1",
239239

240240
local clone_graal(defs) = {
241241
# Checkout the graal-enterprise repo to the "_gate" version of the

0 commit comments

Comments
 (0)