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

sjaranowski pushed a commit to branch zulu
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 07a0891665ab87a55eaf1a6fc2558d6fe2711382
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Wed Apr 24 20:50:28 2024 +0200

    Switch JDK distribution to zulu as default
    
    temurin doesn't support JDK 8 on macOS 14
---
 .github/workflows/maven-verify.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 752a9b8..aaaf0cc 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -29,7 +29,7 @@ on:
       os-matrix:
         description: os matrix as json array
         required: false
-        default: '[ "ubuntu-latest", "windows-latest", "macOS-latest" ]'
+        default: '[ "ubuntu-latest", "windows-latest", "macos-latest" ]'
         type: string
 
       jdk-matrix:
@@ -41,7 +41,7 @@ on:
       jdk-distribution-matrix:
         description: jdk distribution matrix
         required: false
-        default: '[ "temurin" ]'
+        default: '[ "zulu" ]'
         type: string
 
       maven-matrix:
@@ -102,7 +102,7 @@ on:
       ff-jdk-distribution:
         description: The jdk distribution used during fail-fast-build job
         required: false
-        default: 'temurin'
+        default: 'zulu'
         type: string
 
       ff-goal:
@@ -264,7 +264,7 @@ jobs:
         if: >
           inputs.install-mercurial &&
           steps.should-run.conclusion == 'success' &&
-          matrix.os == 'macOS-latest'
+          matrix.os == 'macos-latest'
         run: |
           brew install mercurial
 

Reply via email to