From b133672fffb69aaa414ce1a4928434136ef92c8f Mon Sep 17 00:00:00 2001 From: Jordan Wong Date: Fri, 24 May 2024 13:33:20 -1000 Subject: [PATCH] Downgrade macos-latest to macos-13 in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc548a52..6eb5e614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: jest: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] node-version: [ 18.x, 20.x ] runs-on: ${{ matrix.os }}