This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new 0014a4d88 Switch to zulu to support MacOS on JDK 8
0014a4d88 is described below

commit 0014a4d883d4c451b14e89f98fda389d49afb418
Author: Alex Herbert <a.herb...@sussex.ac.uk>
AuthorDate: Fri Jun 21 15:55:45 2024 +0100

    Switch to zulu to support MacOS on JDK 8
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 404487a16..1b0f2633d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -48,7 +48,7 @@ jobs:
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # 
v4.1.0
       with:
-        distribution: temurin
+        distribution: zulu
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven

Reply via email to