Skip to content

Commit

Permalink
Enable test on macos in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Nov 9, 2021
1 parent ed4410d commit d2c8c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [14.x]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d2c8c9e

Please sign in to comment.