Skip to content

Commit 8865552

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update dependency ubuntu to v22
1 parent 988a6e7 commit 8865552

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
jobs:
2222
sphinx:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- uses: actions/checkout@v3.5.3
2626
- name: Set up Python
@@ -40,7 +40,7 @@ jobs:
4040
path: build/sphinx/html/
4141

4242
twine-check:
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-22.04
4444
steps:
4545
- uses: actions/checkout@v3.5.3
4646
- name: Set up Python

.github/workflows/rerun-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
rerun_pr_tests:
99
name: rerun_pr_tests
1010
if: ${{ github.event.issue.pull_request }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: estroz/rerun-actions@main
1414
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: tox --skip-missing-interpreters false
6262

6363
functional:
64-
runs-on: ubuntu-20.04
64+
runs-on: ubuntu-22.04
6565
strategy:
6666
matrix:
6767
toxenv: [api_func_v4, cli_func_v4]
@@ -85,7 +85,7 @@ jobs:
8585
fail_ci_if_error: false
8686

8787
coverage:
88-
runs-on: ubuntu-20.04
88+
runs-on: ubuntu-22.04
8989
steps:
9090
- uses: actions/checkout@v3.5.3
9191
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)