Skip to content

Commit 42c25ea

Browse files
authored
Update main.yml
1 parent 4f323ca commit 42c25ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- uses: actions/checkout@v3
2727

2828
# Runs a single command using the runners shell
29-
- name: Set up JDK 1.8
30-
uses: actions/setup-java@v3
29+
- uses: actions/setup-java@v3
3130
with:
32-
java-version: 1.8
31+
distribution: 'zulu' # See 'Supported distributions' for available options
32+
java-version: '16'
3333

3434
- name: Setup Android SDK
3535
uses: android-actions/setup-android@v2

0 commit comments

Comments
 (0)