This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new dc91ea6 fix ci issues - switch to hotspot java
dc91ea6 is described below
commit dc91ea67ca0f1f9da4f33c42949522467c92c5a7
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