Skip to content

Commit 7381296

Browse files
committed
pipeline: upgrade runner from ubuntu v20.04 to v24.04
1 parent 3910241 commit 7381296

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
code-format:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
strategy:
2020
matrix:
2121
python-version: ['3.9']
@@ -31,7 +31,7 @@ jobs:
3131
- run: pipenv graph
3232
- run: pipenv run black --check .
3333
tests:
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-24.04
3535
strategy:
3636
matrix:
3737
python-version:

0 commit comments

Comments
 (0)