diff --git a/.github/workflows/plugins-ci.yml b/.github/workflows/plugins-ci.yml index 9e69c22..ed1952f 100644 --- a/.github/workflows/plugins-ci.yml +++ b/.github/workflows/plugins-ci.yml @@ -111,6 +111,10 @@ jobs: node-version: ${{ fromJson(inputs.node-versions) }} os: [macos-latest, ubuntu-latest, windows-latest] exclude: + - os: macos-latest + node-version: 10 + - os: macos-latest + node-version: 12 - os: macos-latest node-version: 14 - os: macos-latest