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