Skip to content

Commit 83a4cc3

Browse files
arnaud-rolandabarisain
authored andcommitted
ci: now using java 11
1 parent f911e78 commit 83a4cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: set up JDK 1.8
1010
uses: actions/setup-java@v1
1111
with:
12-
java-version: 1.8
12+
java-version: 11
1313
- name: Run CI
1414
run: make ci
1515
- name: Upload artifact

0 commit comments

Comments
 (0)