update java for CI to 12

This commit is contained in:
Jonathan Shook 2020-03-04 13:15:36 -06:00
parent 768d5c676f
commit a39742b10c

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '13'
java-version: '12'
java-package: jdk
architecture: x64
- run: java -version