File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
21
21
jobs :
22
22
sphinx :
23
- runs-on : ubuntu-20 .04
23
+ runs-on : ubuntu-22 .04
24
24
steps :
25
25
- uses : actions/checkout@v3.5.3
26
26
- name : Set up Python
40
40
path : build/sphinx/html/
41
41
42
42
twine-check :
43
- runs-on : ubuntu-20 .04
43
+ runs-on : ubuntu-22 .04
44
44
steps :
45
45
- uses : actions/checkout@v3.5.3
46
46
- name : Set up Python
Original file line number Diff line number Diff line change 8
8
rerun_pr_tests :
9
9
name : rerun_pr_tests
10
10
if : ${{ github.event.issue.pull_request }}
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
steps :
13
13
- uses : estroz/rerun-actions@main
14
14
with :
Original file line number Diff line number Diff line change 61
61
run : tox --skip-missing-interpreters false
62
62
63
63
functional :
64
- runs-on : ubuntu-20 .04
64
+ runs-on : ubuntu-22 .04
65
65
strategy :
66
66
matrix :
67
67
toxenv : [api_func_v4, cli_func_v4]
85
85
fail_ci_if_error : false
86
86
87
87
coverage :
88
- runs-on : ubuntu-20 .04
88
+ runs-on : ubuntu-22 .04
89
89
steps :
90
90
- uses : actions/checkout@v3.5.3
91
91
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments