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
commit 0df8a9461295e83bb9f4a96bb308271bf3239323 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Apr 3 14:10:31 2025 +0100 Switch GH action Java build to temurin --- .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 1da96e8fe..77b8f4534 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@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0 with: - distribution: zulu + distribution: temurin java-version: ${{ matrix.java }} cache: 'maven' - name: Build with Maven