Skip to content

Commit

Permalink
Downgrade to java 14 for win and linux (#6802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr authored Aug 27, 2020
1 parent f81f619 commit 91aaf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Set up JDK for linux and windows
uses: actions/setup-java@v1
with:
java-version: 15-ea
java-version: 14
if: matrix.os != 'macos-latest'
- name: Restore gradle cache
uses: actions/cache@master
Expand Down

0 comments on commit 91aaf2b

Please sign in to comment.