Skip to content

Commit

Permalink
Can we run multiple?
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Regebro committed Jul 24, 2024
1 parent f374b7a commit 21d2a79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
fail-fast: true
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 21d2a79

Please sign in to comment.