Skip to content

Commit 848106b

Browse files
committed
ci: use Java version 17 in Android build
1 parent 1db5da0 commit 848106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-java@v4
1919
with:
20-
java-version: 21
20+
java-version: 17
2121
distribution: "temurin"
2222

2323
- name: Install dependencies

0 commit comments

Comments
 (0)