Skip to content

Commit edd169c

Browse files
committed
fix(ci): Fix android build
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 83412f4 commit edd169c

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
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
strategy:
6161
matrix:
62-
java-version: [ 17 ]
62+
java-version: [ 21 ]
6363
name: android java${{ matrix.java-version }}
6464
steps:
6565
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)