From 26f3ee167f276d43ddf784450af63c4154e32d26 Mon Sep 17 00:00:00 2001 From: EddeCCC Date: Thu, 9 Nov 2023 15:57:09 +0100 Subject: [PATCH] update workflow --- .github/workflows/agent_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agent_test.yml b/.github/workflows/agent_test.yml index 20e886a922..99b40fc877 100644 --- a/.github/workflows/agent_test.yml +++ b/.github/workflows/agent_test.yml @@ -80,10 +80,10 @@ jobs: - name: jmhCompile run: ./gradlew jmhCompile - attach-alpine-jdk8: + attach-jdk8: name: 'Runtime Attachment' runs-on: ubuntu-latest - container: eclipse-temurin:8-jdk-alpine + container: eclipse-temurin:8-jdk steps: - uses: actions/checkout@v3 - name: Grant execute permission for gradlew