Skip to content

Commit

Permalink
Switch JDK distribution to zulu as default
Browse files Browse the repository at this point in the history
temurin doesn't support JDK 8 on macOS 14
  • Loading branch information
slawekjaranowski committed Apr 24, 2024
1 parent 26f55bf commit 07a0891
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -41,7 +41,7 @@ on:
jdk-distribution-matrix:
description: jdk distribution matrix
required: false
default: '[ "temurin" ]'
default: '[ "zulu" ]'
type: string

maven-matrix:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 07a0891

Please sign in to comment.