Skip to content

Commit a89a1f5

Browse files
committed
build(.github/workflows/capacitor-android.yml): set Java SDK version
1 parent dc58e40 commit a89a1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/capacitor-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Checkout repository 🛎️
2525
uses: actions/checkout@v4
2626

27-
- name: Set up JDK 22
27+
- name: Set up JDK 20
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: '22'
30+
java-version: '20'
3131
distribution: 'oracle'
3232

3333
- name: Setup Android SDK

0 commit comments

Comments
 (0)