From eb01c1e80fdd9c62574fbcdd863ca28f2f9bf3fb Mon Sep 17 00:00:00 2001 From: Fritz Windisch Date: Fri, 21 Feb 2025 09:51:49 +0100 Subject: [PATCH] Change to corretto --- .github/workflows/build-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index c910f54..5c6c3db 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -206,7 +206,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '8' - distribution: 'adopt' + distribution: 'corretto' - uses: actions/setup-python@v5 with: python-version: '3.10.11' @@ -276,7 +276,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '8' - distribution: 'adopt' + distribution: 'corretto' - uses: actions/setup-python@v5 with: python-version: '3.10.11'