File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 precheck :
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313
1414 steps :
1515 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
2525 run : yarn lint
2626
2727 unit_tests :
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929
3030 strategy :
3131 matrix :
4848 run : yarn test:e2e
4949
5050 smoke_tests :
51- runs-on : ubuntu-22 .04
51+ runs-on : ubuntu-24 .04
5252 steps :
5353 - name : Checkout code
5454 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
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 77jobs :
88 format :
99 name : ' Format code'
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 if : github.event.issue.pull_request != '' && contains(github.event.comment.body, '/format')
1212 steps :
1313 - name : ' Post acknowledgement that it will format code'
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
2525 run : yarn lint
2626
2727 unit_tests :
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929
3030 strategy :
3131 matrix :
5050 run : yarn test:e2e
5151
5252 smoke_tests :
53- runs-on : ubuntu-22 .04
53+ runs-on : ubuntu-24 .04
5454 steps :
5555 - name : Checkout code
5656 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
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@ee0669bd1cc54295c223e0bb666b733df41de1c5
You can’t perform that action at this time.
0 commit comments