From 11efbe6466e8b179fcf22ffb102c88cb0bd27fe3 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Wed, 31 Jan 2024 11:43:01 +0000 Subject: [PATCH] ci: test macos-14 runner --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 55a9f3c1..a05ee98f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: node-version: [20] - os: [macos-latest,ubuntu-latest,windows-latest] + os: [macos-14,macos-12,ubuntu-latest,windows-latest] env: NODE_VERSION: ${{ matrix.node-version }} @@ -69,7 +69,7 @@ jobs: fail-fast: false matrix: node-version: [16,18,20] - os: [macos-latest,ubuntu-latest,windows-latest] + os: [macos-14, macos-12, ubuntu-latest,windows-latest] env: NODE_VERSION: ${{ matrix.node-version }}