Skip to content

Commit

Permalink
Merge pull request #577 from jamesmudd/fix-java8-builds
Browse files Browse the repository at this point in the history
Switch Java distribution to zulu
  • Loading branch information
jamesmudd authored May 15, 2024
2 parents 76df24a + 692d047 commit a733638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
architecture: 'aarch64'
distribution: 'temurin'
distribution: 'zulu'
cache: 'gradle'

- name: Install HDF5 (Linux)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
distribution: 'zulu'

- name: Gradle Build
working-directory: jhdf
Expand Down

0 comments on commit a733638

Please sign in to comment.