Skip to content

Commit

Permalink
Made github actions build with J21
Browse files Browse the repository at this point in the history
Signed-off-by: xtrm <[email protected]>
  • Loading branch information
xtrm-en committed Aug 30, 2024
1 parent e0b32c3 commit 2240867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
java-version: "21"

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 2240867

Please sign in to comment.