Skip to content

Commit e832284

Browse files
committed
Upgrade other test runners
1 parent e5a7269 commit e832284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
JEDI_TEST_ENVIRONMENT: ${{ matrix.environment }}
3636

3737
code-quality:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-24.04
3939
steps:
4040
- name: Checkout code
4141
uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
5151
python -m mypy jedi sith.py setup.py
5252
5353
coverage:
54-
runs-on: ubuntu-20.04
54+
runs-on: ubuntu-24.04
5555

5656
steps:
5757
- name: Checkout code

0 commit comments

Comments
 (0)