Skip to content

Commit ed172db

Browse files
authored
Use ubuntu 22.04 image for pypi action (#159)
1 parent 09da5f2 commit ed172db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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
steps:
@@ -22,7 +22,7 @@ jobs:
2222
pypi:
2323
# lets run tests before we push anything to pypi, much like we do internally
2424
needs: tox
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
steps:
2727
- uses: actions/checkout@v2
2828
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)