From 24a47ec5824676f5e7323c720b21b4de91ed0c25 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 11 Apr 2025 13:06:15 +0530 Subject: [PATCH] check failures fix --- .github/workflows/e2e-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index 8f1c60a2..db809b81 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -33,7 +33,7 @@ jobs: 'corretto', 'dragonwell' ] # internally 'adopt-hotspot' is the same as 'adopt' - version: ['17', '11', '8'] + version: ['21', '11', '17'] exclude: - distribution: microsoft version: 8 @@ -360,7 +360,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-latest] + os: [macos-13, windows-latest, ubuntu-latest] distribution: ['adopt', 'zulu', 'liberica'] steps: - name: Checkout