You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/06/29 22:27:55 UTC

[commons-rng] branch master updated: Migrate workflows from adopt to temurin

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-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new 10fcf083 Migrate workflows from adopt to temurin
10fcf083 is described below

commit 10fcf083e8192fd14536ee19137d724632026ef6
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Wed Jun 29 23:26:16 2022 +0100

    Migrate workflows from adopt to temurin
---
 .github/workflows/coverage.yml | 2 +-
 .github/workflows/maven.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 825a3877..dc4ef945 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3
       with:
-        distribution: adopt
+        distribution: temurin
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven including the docs-archive module using a profile
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 53d4f8d8..3099397d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3
       with:
-        distribution: adopt
+        distribution: temurin
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven