Skip to content

Commit

Permalink
ci: add macos-latest to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj authored and okonet committed Apr 8, 2020
1 parent 2f15336 commit 630cd3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -21,13 +21,14 @@ jobs:
strategy:
matrix:
# Test with Node.js v10 (LTS), v12 (LTS), and v13 (latest)
node:
node:
- 10
- 12
- 13
# Test with Ubuntu and macOS
os:
os:
- ubuntu-latest
- macos-latest
name: Node.js v${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 630cd3c

Please sign in to comment.