Skip to content

Commit 38cfc27

Browse files
committed
chore: update GH action runners
1 parent b13bac8 commit 38cfc27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Repository checkout
1616
uses: actions/checkout@v3
@@ -29,7 +29,7 @@ jobs:
2929
tox -e lint
3030
3131
test:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
strategy:
3434
matrix:
3535
python-version:

0 commit comments

Comments
 (0)