Skip to content

Commit

Permalink
fix(workflows): exclude node versions that don't have arm distributio…
Browse files Browse the repository at this point in the history
…ns from mac test workflow
  • Loading branch information
SlyryD committed Oct 23, 2024
1 parent 183f619 commit 868b6de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
webpack-version: [latest]
exclude:
- os: macos-latest
node-version: 10.x
- os: macos-latest
node-version: 12.x
- os: macos-latest
node-version: 14.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 868b6de

Please sign in to comment.