Skip to content

Commit

Permalink
Move JDK distro from Azul to Temurin
Browse files Browse the repository at this point in the history
... because Azul's Java 18 disappeared.
  • Loading branch information
snazy committed Jun 7, 2022
1 parent c54522d commit d338e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: ${{ matrix.java-version }}

- name: Build with Gradle
Expand Down

0 comments on commit d338e8b

Please sign in to comment.