From 72c9ce2c846b928e540d47082db2b3422febe746 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 11 Apr 2025 13:38:34 +0530 Subject: [PATCH] check failure fix --- .github/workflows/e2e-versions.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index a95ebb7f..18ad25c7 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13, windows-latest, ubuntu-latest] + os: [macos-13, windows-2022, ubuntu-22.04] distribution: [ 'temurin', 'adopt', @@ -30,7 +30,8 @@ jobs: 'liberica', 'microsoft', 'semeru', - 'corretto' + 'corretto', + 'dragonwell' ] # internally 'adopt-hotspot' is the same as 'adopt' version: ['8', '11', '17'] exclude: @@ -48,19 +49,6 @@ jobs: - distribution: oracle os: ubuntu-latest version: 20 - - distribution: dragonwell - os: ubuntu-latest - version: 11.0.26 - - distribution: dragonwell - os: windows-latest - version: 11.0.26 - - distribution: dragonwell - os: ubuntu-latest - version: 17.0.14 - - distribution: dragonwell - os: windows-latest - version: 17.0.14 - steps: - name: Checkout