Move macos test to github action. (#7382)

Co-authored-by: Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
Jiaming Yuan
2021-10-30 14:40:32 +08:00
committed by GitHub
parent b81ebbef62
commit 239dbb3c0a
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