mirror of
https://github.com/RAIRLab/Spectra.git
synced 2025-03-12 15:22:06 +00:00
Updating java version
This commit is contained in:
parent
97843c79e0
commit
067db0e5b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 8
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Install ShadowProver
|
- name: Install ShadowProver
|
||||||
|
|
Loading…
Reference in a new issue