mirror of https://github.com/BOINC/boinc.git
Merge pull request #4392 from talregev/TalR_java_11_ci
[CI] Compile android with java 11 in ci.
This commit is contained in:
commit
22fc0e470f
|
@ -20,10 +20,10 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Set up JDK 1.9
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.9
|
||||
java-version: "11"
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
|
|
Loading…
Reference in New Issue