Add multiple platforms.
This commit is contained in:
parent
27c1fc4121
commit
3fcc458461
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [ windows-latest, macos-latest, ubuntu-latest ]
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use node.js ${{ matrix.node-version }}
|
||||
- name: Setup node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user