Skip to content

Commit cac6abc

Browse files
authored
Use JuliaLang/julia#release-1.12 in the CI for the JuliaCI/julia-buildkite repo
1 parent b20808d commit cac6abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/hooks/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
# Buildkite users can trigger new builds with these values overridden to
66
# test specific julia gitshas
77
UPSTREAM_URL="${UPSTREAM_URL:-https://github.com/JuliaLang/julia.git}"
8-
UPSTREAM_BRANCH="${UPSTREAM_BRANCH:-master}"
8+
UPSTREAM_BRANCH="${UPSTREAM_BRANCH:-release-1.12}"
99

1010
# All of our workers are required to provide a default for the julia cache dir
1111
# We're going to cache repositories in here, just like buildkite itself would:

0 commit comments

Comments
 (0)