Skip to content

Commit

Permalink
chore(workflow): try with zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow committed Sep 5, 2024
1 parent 363290a commit 3711cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-ci-with-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: 8
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set up
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: 8
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
Expand Down

0 comments on commit 3711cd5

Please sign in to comment.