Skip to content

Commit 3e930e2

Browse files
committed
fixed Java version in CI workflow
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent 045a810 commit 3e930e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-java@v4
2020
with:
2121
distribution: 'corretto'
22-
java-version: '24.0.1'
22+
java-version: '24'
2323
- uses: actions/setup-go@v5
2424
- name: Install remaining prerequisites
2525
run: ./scripts/install-prereqs.sh

0 commit comments

Comments
 (0)