Skip to content

Commit

Permalink
add windows and mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderVNikitin committed Dec 14, 2023
1 parent 728d81b commit 3d02705
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 @@ -13,9 +13,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, mac-latest]
python-version: ["3.8", "3.9", "3.10"]

steps:
Expand Down

0 comments on commit 3d02705

Please sign in to comment.