Skip to content

Commit e4e3464

Browse files
committed
use java 11
1 parent 6813f39 commit e4e3464

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
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: set up JDK 1.8
12+
- name: set up JDK 11
1313
uses: actions/setup-java@v1
1414
with:
15-
java-version: 1.8
15+
java-version: 11
1616
- name: Check Snippets
1717
run: python scripts/checksnippets.py
1818
- name: Install NDK

0 commit comments

Comments
 (0)