Skip to content

Commit a1c683c

Browse files
committed
Fix github actions
1 parent 406ab54 commit a1c683c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
with:
1616
ref: ${{ github.event.pull_request.head.ref }}
1717

18-
- name: Set up JDK 23 for x64
18+
- name: Set up JDK 24 for x64
1919
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'graalvm'
22-
java-version: 23
22+
java-version: 24
2323
architecture: x64
2424

2525
- name: Build with Maven

0 commit comments

Comments
 (0)