Skip to content

Commit

Permalink
ci: add windows and mac to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Mar 17, 2021
1 parent be2a3cf commit afa870a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-pr.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-18.04]
os: [ubuntu-18.04, macos-latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-18.04]
os: [ubuntu-18.04, macos-latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit afa870a

Please sign in to comment.