Skip to content

Commit

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

0 comments on commit 8a7eea5

Please sign in to comment.