Skip to content

Commit

Permalink
mx version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Jan 16, 2024
1 parent 382b019 commit 77d917b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jenkins/jobs/builds/mandrel_24_0_linux_build_matrix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ matrixJob('mandrel-24-0-linux-build-matrix') {
remote {
url('https://github.com/graalvm/mx.git')
}
branches('refs/tags/6.53.2')
branches('refs/tags/7.0.3')
extensions {
localBranch('6.53.2')
localBranch('7.0.3')
relativeTargetDirectory('mx')
}
}
Expand Down
4 changes: 2 additions & 2 deletions jenkins/jobs/builds/mandrel_24_0_windows_build_matrix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ matrixJob('mandrel-24-0-windows-build-matrix') {
remote {
url('https://github.com/graalvm/mx.git')
}
branches('refs/tags/6.53.2')
branches('refs/tags/7.0.3')
extensions {
localBranch('6.53.2')
localBranch('7.0.3')
relativeTargetDirectory('mx')
}
}
Expand Down

0 comments on commit 77d917b

Please sign in to comment.