This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new 6173e12c3c7 CAUSEWAY-2445: attempted CI fix (zulu is down)
6173e12c3c7 is described below
commit 6173e12c3c717dbaedb41a7f45bec180480f054f
Author: andi-huber <[email protected]>
AuthorDate: Tue Nov 18 15:08:49 2025 +0100
CAUSEWAY-2445: attempted CI fix (zulu is down)
---
.github/workflows/ci-build-artifacts-no-push-maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml
b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 643e1eccf4d..ddc490a69fe 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -56,11 +56,11 @@ jobs:
run: |
echo BRANCH_NAME \: $BRANCH_NAME
- - name: Set up JDK (zulu 25)
+ - name: Set up JDK (temurin 25)
if: matrix.language == 'java'
uses: actions/setup-java@v5
with:
- distribution: 'zulu'
+ distribution: 'temurin'
java-version: 25
- name: Set up Maven (3.9.11)