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-22 .04
23
+ runs-on : ubuntu-24 .04
24
24
steps :
25
25
- uses : actions/checkout@v4.2.1
26
26
- name : Set up Python
40
40
path : build/sphinx/html/
41
41
42
42
twine-check :
43
- runs-on : ubuntu-22 .04
43
+ runs-on : ubuntu-24 .04
44
44
steps :
45
45
- uses : actions/checkout@v4.2.1
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-22 .04
11
+ runs-on : ubuntu-24 .04
12
12
steps :
13
13
- uses : estroz/rerun-actions@main
14
14
with :
Original file line number Diff line number Diff line change 63
63
run : tox --skip-missing-interpreters false
64
64
65
65
functional :
66
- runs-on : ubuntu-22 .04
66
+ runs-on : ubuntu-24 .04
67
67
strategy :
68
68
matrix :
69
69
toxenv : [api_func_v4, cli_func_v4]
88
88
token : ${{ secrets.CODECOV_TOKEN }}
89
89
90
90
coverage :
91
- runs-on : ubuntu-22 .04
91
+ runs-on : ubuntu-24 .04
92
92
steps :
93
93
- uses : actions/checkout@v4.2.1
94
94
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments