From 9b55c2971078aa128598bc6bb446ca74b405b259 Mon Sep 17 00:00:00 2001 From: Jonathan Lovelace Date: Mon, 9 Oct 2023 15:48:12 -0400 Subject: [PATCH] Switch CI from AdoptOpenJDK to Zulu. 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. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ab2e665d..3804a6754 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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