Skip to content

Commit

Permalink
ci: Distribution to temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Dec 5, 2023
1 parent e138d22 commit 3b526bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: "8"
distribution: "oracle"
distribution: "temurin"
- name: Set execute permission
run: |
chmod +x ./tools/mvn_test.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: "8"
distribution: "oracle"
distribution: "temurin"
- name: Set execute permission
run: |
chmod +x ./tools/mvn_test.sh
Expand Down

0 comments on commit 3b526bc

Please sign in to comment.