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 2020
2121jobs :
2222 sphinx :
23- runs-on : ubuntu-22 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - uses : actions/checkout@v4.2.1
2626 - name : Set up Python
4040 path : build/sphinx/html/
4141
4242 twine-check :
43- runs-on : ubuntu-22 .04
43+ runs-on : ubuntu-24 .04
4444 steps :
4545 - uses : actions/checkout@v4.2.1
4646 - name : Set up Python
Original file line number Diff line number Diff line change 88 rerun_pr_tests :
99 name : rerun_pr_tests
1010 if : ${{ github.event.issue.pull_request }}
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - uses : estroz/rerun-actions@main
1414 with :
Original file line number Diff line number Diff line change 6363 run : tox --skip-missing-interpreters false
6464
6565 functional :
66- runs-on : ubuntu-22 .04
66+ runs-on : ubuntu-24 .04
6767 strategy :
6868 matrix :
6969 toxenv : [api_func_v4, cli_func_v4]
8888 token : ${{ secrets.CODECOV_TOKEN }}
8989
9090 coverage :
91- runs-on : ubuntu-22 .04
91+ runs-on : ubuntu-24 .04
9292 steps :
9393 - uses : actions/checkout@v4.2.1
9494 - name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments