We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c47007 commit e7541dbCopy full SHA for e7541db
.github/workflows/ci-test.yml
@@ -94,6 +94,8 @@ jobs:
94
# skip all python versions on 20.04/24.04 except
95
# explicitly included
96
- os: ubuntu-20.04
97
+ # disable for testing when getting 24.04 running
98
+ - os: ubuntu-22.04
99
- os: ubuntu-24.04
100
101
# run the finalizer for coveralls even if one or more
0 commit comments