Merge pull request #3856 from thelounge/macos-10x

Exclude node 10 on macOS from build matrix
This commit is contained in:
Pavel Djundik 2020-04-11 12:31:07 +03:00 committed by GitHub
commit c1607bd8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}