Skip to content

Commit

Permalink
ci(dep): migrate adopt to temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed May 16, 2024
1 parent 0390fc0 commit b83ec14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'adopt'
distribution: 'temurin'
- name: Set up CI environment
run: .github/setup.sh
- name: Execute the build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'adopt'
distribution: 'temurin'
- name: Set up CI environment
run: .github/setup.sh
- name: Execute the build
Expand Down

0 comments on commit b83ec14

Please sign in to comment.