Skip to content

Commit 04e61b0

Browse files
committed
build.xml: Use graalvm-community (instead of graalvm)
1 parent b80763f commit 04e61b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15]
6161
java: [ '25' ]
62-
distribution: [ 'graalvm' ]
62+
distribution: [ 'graalvm-community' ]
6363
fail-fast: false
6464
name: ${{ matrix.os }} ${{ matrix.java }} (via setup-graalvm)
6565
steps:

0 commit comments

Comments
 (0)