From 95e2a0f61f0991fa077e87c225bfafc736139890 Mon Sep 17 00:00:00 2001 From: SohamM-Ibm <119834001+SohamM-Ibm@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:55:16 +0530 Subject: [PATCH] Update s390x.yml --- .github/workflows/s390x.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/workflows/s390x.yml b/.github/workflows/s390x.yml index ea9e151f6871..ab83371b8186 100644 --- a/.github/workflows/s390x.yml +++ b/.github/workflows/s390x.yml @@ -16,6 +16,9 @@ on: push: branches: - main + - 10.1.x + - 9.0.x + - 8.5.x pull_request: branches: - main @@ -31,27 +34,17 @@ jobs: isMain: - ${{ contains(github.ref, 'main') }} java: [ 17, 20 ] - os: [ ubuntu:latest ] - exclude: - - isMain: true - java: 17 - - isMain: true - java: 20 + os: [ ubuntu-latest ] name: JDK${{ matrix.java }} ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - - name: Calculate BASE image - uses: uraimo/run-on-arch-action@master - id: base - with: - arch: s390x - name: Git Checkout uses: actions/checkout@v3 - name: Set up Java uses: actions/setup-java@v3 with: java-version: ${{ matrix.java }} - distribution: temurin + distribution: zulu - name: Build run: | ant -noinput echoproperties deploy embed test-nio test-status