Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Jan 8, 2025
1 parent 8a7eea5 commit 789089c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/worker_posix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
os: [ubuntu-20.04, ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- os: ubuntu-20.04
python-version: "3.6"
- os: ubuntu-latest
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
- os: macos-latest
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
- os: ubuntu-latest
python-version: "3.6"
defaults:
run:
working-directory: worker
Expand Down

0 comments on commit 789089c

Please sign in to comment.