Skip to content

Commit

Permalink
disable 22.04 - 24.04 ubuntu github action migration
Browse files Browse the repository at this point in the history
Disable running 22.04 tests to speed up feedback cycle.

[skip travis]
  • Loading branch information
rouilj committed Nov 10, 2024
1 parent 1c47007 commit e7541db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
# skip all python versions on 20.04/24.04 except
# explicitly included
- os: ubuntu-20.04
# disable for testing when getting 24.04 running
- os: ubuntu-22.04
- os: ubuntu-24.04

# run the finalizer for coveralls even if one or more
Expand Down

0 comments on commit e7541db

Please sign in to comment.