From ac2cfccd64d5f4a860b7c24335679da9c04bf525 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:57:33 -0800 Subject: [PATCH] Use macos-latest in CI (#60780) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 755827e99b29b..bf4169e329aff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macos-14 + - macos-latest node-version: - '22' - '20' @@ -43,7 +43,7 @@ jobs: exclude: # No Node 14 on ARM macOS - node-version: '14' - os: macos-14 + os: macos-latest runs-on: ${{ matrix.os }} name: Test Node ${{ matrix.node-version }} on ${{ matrix.os }}${{ (!matrix.bundle && ' with --no-bundle') || '' }}