Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy committed Feb 19, 2024
1 parent bbc028c commit 1e69521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ runs:
- name: Install JDK ${{inputs.jdk-version}}
uses: actions/setup-java@v4
with:
# distribution is chosen to be zulu as it still offers JDK 8 with Silicon support, which
# is not available in the adopt distribution
distribution: 'zulu'
java-version: ${{inputs.jdk-version}}

Expand Down
2 changes: 2 additions & 0 deletions .github/actions/setup-macos-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ runs:
- name: Install JDK ${{inputs.jdk-version}}
uses: actions/setup-java@v4
with:
# distribution is chosen to be zulu as it still offers JDK 8 with Silicon support, which
# is not available in the adopt distribution
distribution: 'zulu'
java-version: ${{inputs.jdk-version}}
architecture: ${{inputs.jdk-architecture}}
Expand Down

0 comments on commit 1e69521

Please sign in to comment.