Skip to content

Commit a733638

Browse files
authored
Merge pull request #577 from jamesmudd/fix-java8-builds
Switch Java distribution to zulu
2 parents 76df24a + 692d047 commit a733638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
java-version: ${{ matrix.java }}
3737
architecture: 'aarch64'
38-
distribution: 'temurin'
38+
distribution: 'zulu'
3939
cache: 'gradle'
4040

4141
- name: Install HDF5 (Linux)

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-java@v4
2727
with:
2828
java-version: ${{ matrix.java }}
29-
distribution: 'temurin'
29+
distribution: 'zulu'
3030

3131
- name: Gradle Build
3232
working-directory: jhdf

0 commit comments

Comments
 (0)