Skip to content

Commit

Permalink
ci: use Eclipse Temurin distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
AirQuick committed Apr 30, 2023
1 parent 4f44af1 commit 4979cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: 8
distribution: zulu
distribution: temurin
server-id: xspec-io.ossrh
server-username: NEXUS_USERNAME
server-password: NEXUS_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: zulu
distribution: temurin

- name: Run tests for *nix
if: runner.os != 'Windows'
Expand Down

0 comments on commit 4979cc2

Please sign in to comment.