Exclude node 10 on macOS from build matrix
This commit is contained in:
parent
a5bb486012
commit
013e55a9a6
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
10.x, # EOL: April 2021
|
||||
12.x, # EOL: April 2022
|
||||
]
|
||||
exclude:
|
||||
- os: macOS-latest
|
||||
node_version: 10.x
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user