From ba6f50b3489fae384bef0e58f366d7a1a0ceefd0 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Tue, 15 Apr 2025 08:25:33 +0530 Subject: [PATCH] macos-latest to macos-13 --- .github/workflows/e2e-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index 3cb15e78..e9174880 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -69,7 +69,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'] version: - '11.0'