Skip to content

Commit 210b330

Browse files
Update workflow to use Java 25
Required for libwebp-ffm
1 parent dde2f9a commit 210b330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.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: "temurin"
22-
java-version: 17
22+
java-version: 25
2323
cache: "gradle"
2424

2525
# Because waiting for the Docker image to be built is kinda boring not gonna lie

0 commit comments

Comments
 (0)