From e7541dbea27267f871bd14b7307d2059ba82c66c Mon Sep 17 00:00:00 2001 From: John Rouillard Date: Sun, 10 Nov 2024 12:03:27 -0500 Subject: [PATCH] disable 22.04 - 24.04 ubuntu github action migration Disable running 22.04 tests to speed up feedback cycle. [skip travis] --- .github/workflows/ci-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index e4dc992f..4d4371ff 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -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