Skip to content

Commit 85812ee

Browse files
committed
actions: switch to ubuntu-22.04 runner
Signed-off-by: Heiko Thiery <[email protected]>
1 parent c1a0cdb commit 85812ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
deploy:
77
name: Publish to Pypi
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
55
jobs:
66
tests:
77
name: Python ${{ matrix.python-version }}
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99

1010
strategy:
1111
matrix:

0 commit comments

Comments
 (0)