From 80a4f220f3688cc34e9a8bc616cc0117d137226b Mon Sep 17 00:00:00 2001 From: Gunnar von der Beck Date: Wed, 22 Nov 2023 10:59:54 +0100 Subject: [PATCH] chore: move build to temurin --- .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 a663e80..5bc341a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 17 - distribution: zulu + distribution: temurin cache: maven - name: Setup Testcontainers Cloud Client