Skip to content

Commit

Permalink
explicit list
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Dec 9, 2024
1 parent ab73447 commit 445f431
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.12"]
runner: ["ubuntu-latest", "self-hosted"]
include:
- runner: "ubuntu-latest"
python-version: "3.9"
- runner: "ubuntu-latest"
python-version: "3.12"
- runner: "self-hosted"
python-version: "3.12"

runs-on: ${{ matrix.runner }}

Expand Down

0 comments on commit 445f431

Please sign in to comment.