Nightly build action: use Java 20
This commit is contained in:
parent
77f513a511
commit
cfabbe7d13
4
.github/workflows/build-nightly.yml
vendored
4
.github/workflows/build-nightly.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: set up JDK 11
|
||||
- name: set up JDK 20
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '20'
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
- name: Setup Gradle Cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user