update build jdk to jdk13

This commit is contained in:
Jonathan Shook 2020-03-17 01:37:55 -05:00 committed by GitHub
parent 141ebb7f7e
commit b65a78330b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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