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