Skip to content

Commit 0138d0f

Browse files
committed
fix jvm version
1 parent caa5a85 commit 0138d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: |
2323
echo "$LOCAL_PROPERTIES" > ~/home/runner/work/SplashGallery/SplashGallery/local.properties
2424
25-
- name: set up JDK 11
25+
- name: set up JDK 17
2626
uses: actions/setup-java@v2
2727
with:
28-
java-version: '11'
28+
java-version: '17'
2929
distribution: 'temurin'
3030
cache: gradle
3131

0 commit comments

Comments
 (0)