From 61c436df9af1416b1257de47076c9911cd9a4520 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Mon, 24 Jun 2024 19:18:05 +0200 Subject: [PATCH] use macos-12 to test the npm package --- .github/workflows/test-npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index 9fc1ed88f..cf7ddb866 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-11 ] + platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ] node-version: [ 16.x, 18.x, 20.x, 22.x ] exclude: - platforms: ubuntu-24.04 @@ -51,7 +51,7 @@ jobs: strategy: matrix: - platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-11 ] + platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ] node-version: [ 16.x, 18.x, 20.x, 22.x ] exclude: - platforms: ubuntu-24.04