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 e5a7269 commit e832284Copy full SHA for e832284
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
JEDI_TEST_ENVIRONMENT: ${{ matrix.environment }}
36
37
code-quality:
38
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
39
steps:
40
- name: Checkout code
41
uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
51
python -m mypy jedi sith.py setup.py
52
53
coverage:
54
55
56
57
0 commit comments