File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717jobs :
1818 uncrustify-formatting-success-cases :
19- runs-on : ubuntu-20.04
19+ runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v4.1.1
2222
5959 exclude-dirs : " fileWithErrorInclude, fileWithErrorSource"
6060
6161 uncrustify-formatting-error-cases :
62- runs-on : ubuntu-20.04
62+ runs-on : ubuntu-latest
6363 steps :
6464 - uses : actions/checkout@v4.1.1
6565 - env :
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ jobs:
323323 branch-coverage-min : ${{ matrix.inputs.branch_coverage }}
324324
325325 PR-uncrustify-checks :
326- runs-on : ubuntu-20.04
326+ runs-on : ubuntu-latest
327327 if : ${{ github.event.pull_request }} || ${{ github.event.workflow }}
328328 strategy :
329329 fail-fast : false
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 test-format-check :
19- runs-on : ubuntu-20.04
19+ runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v4.1.1
2222 - uses : actions/checkout@v4.1.1
You can’t perform that action at this time.
0 commit comments