Skip to content

Commit c853624

Browse files
CI: use ubuntu 22.04
1 parent aa0444e commit c853624

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
lint:
2727

28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
timeout-minutes: 10
3030

3131
steps:
@@ -46,16 +46,16 @@ jobs:
4646
strategy:
4747
matrix:
4848
include:
49-
- os: ubuntu-20.04
49+
- os: ubuntu-22.04
5050
python-version: '3.8'
5151
toxenv: py38
52-
- os: ubuntu-20.04
52+
- os: ubuntu-22.04
5353
python-version: '3.9'
5454
toxenv: py39
55-
- os: ubuntu-20.04
55+
- os: ubuntu-22.04
5656
python-version: '3.10'
5757
toxenv: py310
58-
- os: ubuntu-20.04
58+
- os: ubuntu-22.04
5959
python-version: '3.11'
6060
toxenv: py311
6161

0 commit comments

Comments
 (0)