Skip to content

Commit 626583f

Browse files
committed
ci: use Java 21 for Capacitor Android build (required by capacitor-android)
1 parent db83009 commit 626583f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-capacitor-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-java@v4
2121
with:
2222
distribution: 'temurin'
23-
java-version: '17'
23+
java-version: '21'
2424

2525
- name: Setup Android SDK
2626
uses: android-actions/setup-android@v3

0 commit comments

Comments
 (0)