From ed8e4ba28bb43521c09d359557cd202331273495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cgowridurgad=E2=80=9D?= <“hgowridurgad@github.com> Date: Thu, 10 Apr 2025 18:51:27 +0530 Subject: [PATCH] fix check failures --- .github/workflows/e2e-cache.yml | 8 ++++---- .github/workflows/versions.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 01f4f4e7..03b25635 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] node-version: [12, 14, 16] steps: - uses: actions/checkout@v3 @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] node-version: [12, 14, 16] steps: - uses: actions/checkout@v3 @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] node-version: [14, 16] steps: - uses: actions/checkout@v3 @@ -106,7 +106,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] node-version: [12, 14, 16] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 4726e59b..884a191e 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -43,7 +43,7 @@ jobs: with: node-version: ${{ matrix.node-version }} check-latest: true - - if: runner.os != 'Windows' + - if: runner.os != 'Windows' && runner.os != 'macos' name: Verify node and npm run: | . "$NVM_DIR/nvm.sh"