Skip to content

Commit

Permalink
try running tests on multiple os
Browse files Browse the repository at this point in the history
  • Loading branch information
irahorecka committed Jan 23, 2024
1 parent 31a7e4b commit 65b1663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
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, windows-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 65b1663

Please sign in to comment.