This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 5adc0d8cb8 NIFI-13137 - Switch to Zulu for MacOS Java 8 action This
closes #8739.
5adc0d8cb8 is described below
commit 5adc0d8cb834206e09138d1310c303bdfa985df0
Author: Pierre Villard <[email protected]>
AuthorDate: Fri May 3 16:56:07 2024 +0200
NIFI-13137 - Switch to Zulu for MacOS Java 8 action
This closes #8739.
Signed-off-by: Joseph Witt <[email protected]>
---
.github/workflows/ci-workflow.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-workflow.yml
b/.github/workflows/ci-workflow.yml
index fd23fef6c1..bb258143ea 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -241,7 +241,7 @@ jobs:
macos-build-jp:
timeout-minutes: 150
runs-on: macos-latest
- name: MacOS Temurin JDK 8 JP
+ name: MacOS Zulu JDK 8 JP
steps:
- name: System Information
run: |
@@ -261,7 +261,7 @@ jobs:
- name: Set up Java 8
uses: actions/setup-java@v3
with:
- distribution: 'temurin'
+ distribution: 'zulu'
java-version: '8'
cache: 'maven'
- name: Maven Compile