Skip to content

Commit ba4251c

Browse files
authored
ci: add macos to test matrix (#675)
* ci: add macos to test matrix * re-build
1 parent 9a92fa1 commit ba4251c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node-version: [12.x, 14.x, 16.x]
17-
os: [ubuntu-latest, windows-latest]
17+
os: [macos-latest, ubuntu-latest, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)