From fd07d32b82c3082eca7f347d2631ac4ae396a3a7 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 11 Apr 2025 13:01:48 +0530 Subject: [PATCH] dragonwell 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 8e0f94bc..8f1c60a2 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -312,7 +312,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-latest] + os: [macos-13, windows-latest, ubuntu-latest] distribution: ['temurin', 'zulu', 'liberica', 'microsoft', 'corretto'] steps: - name: Checkout @@ -336,7 +336,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-latest] + os: [macos-13, windows-latest, ubuntu-latest] distribution: ['adopt', 'adopt-openj9', 'zulu'] steps: - name: Checkout