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