From 9874c069d3a6660dbc638cb4211592626318f68f Mon Sep 17 00:00:00 2001 From: Ice Lam Date: Mon, 6 May 2024 01:53:01 +0800 Subject: [PATCH] ci: temporary downgrade macos version used --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8012bbd..d90f3da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ jobs: strategy: matrix: node-version: [14.x, 16.x, 18.x, 20.x] - os: [ubuntu-latest, windows-latest, macos-latest] + # FIXME: replace macos-12 with macos-latest when https://github.com/actions/setup-node/issues/1017 is resolved + os: [ubuntu-latest, windows-latest, macos-12] runs-on: ${{ matrix.os }} env: HUSKY: 0