From a3aaa4f465590df658f7683e8425272db96b899a Mon Sep 17 00:00:00 2001 From: lanthale Date: Sat, 30 Sep 2023 14:08:21 +0200 Subject: [PATCH] Changed to zulu for build env --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f724d71..35a7940 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,11 +15,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 20 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: - distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '20' + distribution: 'zulu' # See 'Supported distributions' for available options + java-version: '21' architecture: 'x64' # defaults to 'x64' cache: 'maven' - name: Cache Maven packages