Skip to content

Commit

Permalink
Switch to temurin JDK in CI (#24)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Switch to temurin JDK in CI.

### Why are the changes needed?

From https://github.com/actions/setup-java:

> NOTE: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt to temurin to keep receiving software and security updates. See more details in the [Good-bye AdoptOpenJDK post](https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/).


### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

By CI.
  • Loading branch information
kaijchen committed Jul 5, 2022
1 parent 5c26fa3 commit bba68a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:
required: false
type: string
jdk-distro:
default: 'adopt'
default: 'temurin'
required: false
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sequential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:
required: false
type: string
jdk-distro:
default: 'adopt'
default: 'temurin'
required: false
type: string

Expand Down

0 comments on commit bba68a9

Please sign in to comment.