Skip to content

Commit e7bb15c

Browse files
authored
Update runner image to ubuntu-22.04 (Jammy) (#224)
See actions/runner-images#11101
1 parent da52438 commit e7bb15c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
release:
1111
jobs:
1212
tox:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
fail-fast: false
1616
matrix:

.github/workflows/pypi.yml

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

99
jobs:
1010
tox:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
fail-fast: false
1414
matrix:
@@ -24,7 +24,7 @@ jobs:
2424
pypi:
2525
# lets run tests before we push anything to pypi, much like we do internally
2626
needs: tox
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828
steps:
2929
- uses: actions/checkout@v2
3030
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)