This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch slachiewicz-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
commit 70fdff3b5f9355f96a84096943f54644b8fd165f Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Tue Feb 14 21:28:55 2023 +0100 fix ci issues - switch to hotspot java --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3b40c80..4349be0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,11 +44,11 @@ jobs: maven-${{ matrix.os }}- - name: Install Toolchain JDK if: ${{ matrix.java == '8' }} - uses: AdoptOpenJDK/[email protected] + uses: AdoptOpenJDK/install-jdk@v1 with: version: '11' targets: 'TOOLCHAIN_JDK' - impl: 'openj9' + impl: 'hotspot' - name: Set up Toolchain if: ${{ matrix.java == '8' }} shell: bash
