Skip to content

Commit

Permalink
Switch Java distribution to zulu
Browse files Browse the repository at this point in the history
temurin doesn't have java 8 arm64
  • Loading branch information
jamesmudd committed May 15, 2024
1 parent 76df24a commit 692d047
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 692d047

Please sign in to comment.