Skip to content

Commit

Permalink
Use zulu java distribution as default
Browse files Browse the repository at this point in the history
The temurin distribution doesn't support JDK 8 on new macOS runners
  • Loading branch information
slawekjaranowski committed May 17, 2024
1 parent 6d44c18 commit f480a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For default values you only need:
| params | destination | default |
|-------------------|--------------|---------|
| java-version | java-version | 17 |
| java-distribution | distribution | temurin |
| java-distribution | distribution | zulu |

## cache

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ inputs:

java-distribution:
description: 'Java distribution'
default: 'temurin'
default: 'zulu'
required: false

# cache
Expand Down

0 comments on commit f480a42

Please sign in to comment.