Skip to content

Commit

Permalink
fix: Use temurin JDK in CI (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofbolyai authored Aug 5, 2024
1 parent 2fe1f34 commit 3201fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3 # Download version information from changelog
with:
name: version

- name: Set up JDK 16
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: adopt
distribution: temurin
java-version: 16
cache: gradle

Expand Down

0 comments on commit 3201fc5

Please sign in to comment.