# HG changeset patch # User John Rouillard # Date 1731258207 18000 # Node ID 09fb995cf0173c1c6978fabe7d0eb45315b33810 # Parent 9b1295fe95c0c32e5b2b9ebcf97615d322fc0985 disable 22.04 - 24.04 ubuntu github action migration Disable running 22.04 tests to speed up feedback cycle. [skip travis] diff -r 9b1295fe95c0 -r 09fb995cf017 .github/workflows/ci-test.yml --- 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