You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/01/29 07:37:19 UTC

[logging-log4j2] 02/02: Use zulu jdk build in workflow

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 6644887674813181edee20b710dc7d59df7bbbad
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jan 29 01:37:08 2022 -0600

    Use zulu jdk build in workflow
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cb805d5..5a5bbd3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
       - name: Setup JDK 11
         uses: actions/setup-java@v2.5.0
         with:
-          distribution: 'temurin'
+          distribution: 'zulu'
           java-version: 11
           java-package: jdk
           architecture: x64