File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525
2626jobs :
2727 build :
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-22 .04
2929 steps :
3030 - uses : actions/checkout@v3
3131
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525
2626jobs :
2727 build :
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-22 .04
2929
3030 strategy :
3131 fail-fast : false
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
2929jobs :
3030 build :
3131 name : codecov
32- runs-on : ubuntu-latest
32+ runs-on : ubuntu-22.04
3333 steps :
3434 - uses : actions/checkout@v3
3535
Original file line number Diff line number Diff line change 3232 contents : read # for actions/checkout to fetch code
3333 statuses : write # for github/super-linter to mark status of each linter run
3434 name : Super-Linter Check
35- runs-on : ubuntu-latest
35+ runs-on : ubuntu-22.04
3636 steps :
3737 - name : Checkout Code
3838 uses : actions/checkout@v3
4848 VALIDATE_PYTHON_FLAKE8 : true
4949 pre-commit :
5050 name : Run pre-commit
51- runs-on : ubuntu-latest
51+ runs-on : ubuntu-22.04
5252 steps :
5353 - name : Check Out
5454 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 3232 triage :
3333 permissions :
3434 pull-requests : write # for eps1lon/actions-label-merge-conflict to label PRs
35- runs-on : ubuntu-latest
35+ runs-on : ubuntu-22.04
3636 steps :
3737 - name : Conflict Check
3838 uses : eps1lon/actions-label-merge-conflict@v2.0.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525
2626jobs :
2727 build :
28- runs-on : ubuntu-20 .04
28+ runs-on : ubuntu-22 .04
2929 steps :
3030 - uses : actions/checkout@v3
3131 - name : Set up JDK 11
You can’t perform that action at this time.
0 commit comments