Mercurial > p > roundup > code
changeset 8145:09fb995cf017
disable 22.04 - 24.04 ubuntu github action migration
Disable running 22.04 tests to speed up feedback cycle.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Nov 2024 12:03:27 -0500 |
| parents | 9b1295fe95c0 |
| children | aff2401e3a99 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun Nov 10 11:58:53 2024 -0500 +++ b/.github/workflows/ci-test.yml Sun Nov 10 12:03:27 2024 -0500 @@ -94,6 +94,8 @@ # 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
