Skip to content

Commit ccd58bb

Browse files
committed
Use graalvm-community
1 parent 54700d9 commit ccd58bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
- uses: actions/checkout@v4
5959
- uses: graalvm/setup-graalvm@v1
6060
with:
61-
version: 'latest'
61+
distribution: 'graalvm-community'
62+
version: '21.0.2'
6263
java-version: '21'
6364
cache: 'gradle'
6465
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)