Skip to content

Commit

Permalink
Add exclusion for node 10 on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyherbert committed Sep 26, 2023
1 parent b4bdfe1 commit cf32f74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-2019, macos-latest, macos-13]
node-version: [10, 18]
exclude:
- os: macos-13
node-version: 10

name: ${{ matrix.os }} (v${{ matrix.node-version }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit cf32f74

Please sign in to comment.