Skip to content

Commit

Permalink
multiple os ci - inital commit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Mar 11, 2024
1 parent ffbb2c5 commit 84ed056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
run:
working-directory: ${{ inputs.working-directory }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
name: Python ${{ matrix.python-version }}
steps:
- name: Free Disk Space
Expand Down

0 comments on commit 84ed056

Please sign in to comment.