8000 Update java version in release automation · codellm-devkit/python-sdk@5f669b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f669b5

Browse files
committed
Update java version in release automation
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 1ae9485 commit 5f669b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up GraalVM CE Java 11
2525
uses: graalvm/setup-graalvm@v1
2626
with:
27-
java-version: '11'
27+
java-version: '21'
2828
distribution: 'graalvm'
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030
native-image-job-reports: 'true'

0 commit comments

Comments
 (0)
0