Skip to content

Commit c83e2bd

Browse files
committed
update to Graal 21 for CI
1 parent 2712365 commit c83e2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
2828
steps:
2929
- uses: actions/checkout@v4
30-
- name: Set up JDK 17
30+
- name: Set up JDK 21
3131
uses: graalvm/setup-graalvm@v1
3232
with:
33-
java-version: '17'
33+
java-version: '21'
3434
distribution: 'graalvm-community'
3535
- name: Build JAR
3636
run: ./gradlew nativeCompile

0 commit comments

Comments
 (0)