File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88jobs :
99 format :
1010 name : ' Format code'
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 if : github.event.issue.pull_request != '' && contains(github.event.comment.body, '/format')
1313 steps :
1414 - name : ' Post acknowledgement that it will format code'
Original file line number Diff line number Diff line change 88jobs :
99 format :
1010 name : ' Sync all exercises'
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 if : github.event.issue.pull_request != '' && contains(github.event.comment.body, '/sync')
1313 steps :
1414 - name : ' Post acknowledgement that it will sync exercises'
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 precheck :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3030 run : corepack pnpm node scripts/ci-check.mjs
3131
3232 ci :
33- runs-on : ubuntu-22 .04
33+ runs-on : ubuntu-24 .04
3434
3535 strategy :
3636 matrix :
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 analyze :
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020
2121 strategy :
2222 fail-fast : false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ on: pull_request
77
88jobs :
99 precheck :
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111
1212 steps :
1313 - name : Checkout PR
4040 run : corepack pnpm node scripts/pr.mjs ${{ steps.changed-files.outputs.changed_files }}
4141
4242 ci :
43- runs-on : ubuntu-22 .04
43+ runs-on : ubuntu-24 .04
4444
4545 strategy :
4646 matrix :
Original file line number Diff line number Diff line change 77
88jobs :
99 verify :
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 steps :
1212 - name : ' Checkout code'
1313 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
You can’t perform that action at this time.
0 commit comments