From 850e206ab6e3aff1ef830cdb682f1554194ac394 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Thu, 28 Sep 2023 14:25:40 +0200 Subject: [PATCH] Use Azul as JDK distribution. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15a1a8cc..cd028ff0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'