[test] try to auto test Windows and MacOS

This commit is contained in:
LouisLam
2021-10-07 20:01:33 +08:00
parent 3c60800eab
commit 20af179a82
2 changed files with 3 additions and 1 deletions

View File

@@ -11,10 +11,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, ubuntu-latest]
node-version: [14.x, 15.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/