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-20 .04
23+ runs-on : ubuntu-22 .04
2424 steps :
2525 - uses : actions/checkout@v3.5.3
2626 - name : Set up Python
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
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-20 .04
11+ runs-on : ubuntu-22 .04
1212 steps :
1313 - uses : estroz/rerun-actions@main
1414 with :
Original file line number Diff line number Diff line change 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]
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 }}
You can’t perform that action at this time.
0 commit comments