Skip to content

Commit e7541db

Browse files
committed
disable 22.04 - 24.04 ubuntu github action migration
Disable running 22.04 tests to speed up feedback cycle. [skip travis]
1 parent 1c47007 commit e7541db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
# skip all python versions on 20.04/24.04 except
9595
# explicitly included
9696
- os: ubuntu-20.04
97+
# disable for testing when getting 24.04 running
98+
- os: ubuntu-22.04
9799
- os: ubuntu-24.04
98100

99101
# run the finalizer for coveralls even if one or more

0 commit comments

Comments
 (0)