From e788ec6b07c613cc8a6cfd1cdd8d69fdefa5d0dd Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 8 Aug 2022 17:50:40 +0200 Subject: [PATCH] ci: Only test one node.js version on macOS --- .github/workflows/bindings_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 56d204592..75fd8330a 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] node-version: [14.0, 16.0, 18.0] include: - os: ubuntu-latest @@ -34,6 +34,7 @@ jobs: - os: macos-latest os-name: 🍏 + node-version: 18.0 - node-version: 18.0 build-doc: true