Move macos test to github action. (#7382) (#7392)

Co-authored-by: Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
Jiaming Yuan
2021-11-03 18:39:47 +08:00
committed by GitHub
parent 584b45a9cc
commit fab3c05ced
4 changed files with 35 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest, macos-10.15]
steps:
- uses: actions/checkout@v2