From 250d70de9c6e51a65e92ed21eb97ee6724b65742 Mon Sep 17 00:00:00 2001 From: Aiqiao Yan <55104035+aiqiaoy@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:08:40 -0400 Subject: [PATCH] Update unit-tests.yml --- .github/workflows/unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index e1c48e0d..b592a5db 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - runs-on: [macos-13, macos-14, macos-15] + runs-on: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false runs-on: ${{ matrix.runs-on }} @@ -28,7 +28,7 @@ jobs: - name: Set Node.js 20.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 20.18.x - name: npm install run: npm install