Skip to content

Commit

Permalink
Running on multiple OSs (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jul 1, 2024
1 parent a9d3e69 commit 76ed499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]

steps:
Expand Down

0 comments on commit 76ed499

Please sign in to comment.