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:28:00 UTC

[commons-geometry] 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-geometry.git


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

commit a66f8da1c938b24a0deaefe9f36688d7740a1ae1
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Wed Jun 29 23:27:25 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 465c9140..7846d64a 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
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 86f0ed9e..82b28928 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 including examples