Skip to content

Commit

Permalink
Switch CI from AdoptOpenJDK to Zulu.
Browse files Browse the repository at this point in the history
AdoptOpenJDK was transferred to Eclipse under a new name, so this name is abandoned,
and doesn't support version 21. Zulu is the first in the list that does.
  • Loading branch information
kingjon3377 committed Oct 9, 2023
1 parent 58b6bbe commit 9b55c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'adopt'
distribution: 'zulu'
cache: maven
- name: Install packaged dependencies
run: sudo apt-get install icnsutils icoutils imagemagick genisoimage
Expand Down

0 comments on commit 9b55c29

Please sign in to comment.