Skip to content

Commit

Permalink
ci: add test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxvanyang committed Oct 15, 2024
1 parent 6f2c8fa commit 97cd98c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.10", "3.12"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 97cd98c

Please sign in to comment.