Try downgrading the jdk to 15 for linux release builds (#3287)

This commit is contained in:
Chris Stewart 2021-06-17 08:25:07 -05:00 committed by GitHub
parent 898ebed4e9
commit 6cd85765a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ jobs:
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: openjdk@1.16.0-1
java-version: openjdk@1.15.0-2
- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"