Skip to content

Commit

Permalink
Use Azul as JDK distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 28, 2023
1 parent fd9282e commit 850e206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '${{ matrix.jdk }}'
check-latest: true
cache: 'maven'
Expand Down

0 comments on commit 850e206

Please sign in to comment.