File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2626
2727jobs :
2828 build :
29- runs-on : ubuntu-22 .04
29+ runs-on : ubuntu-24 .04
3030 steps :
3131 - name : Checkout Repo
3232 uses : actions/checkout@v4
4646 clean compile ${{ inputs.mvn-args }}
4747
4848 test-coverage :
49- runs-on : ubuntu-22 .04
49+ runs-on : ubuntu-24 .04
5050 steps :
5151 - name : Checkout Repo
5252 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3232
3333jobs :
3434 deploy :
35- runs-on : ubuntu-22 .04
35+ runs-on : ubuntu-24 .04
3636 steps :
3737 - name : Checkout Repo
3838 uses : actions/checkout@v4
5959 SLACK_FOOTER : " "
6060
6161 test-coverage :
62- runs-on : ubuntu-22 .04
62+ runs-on : ubuntu-24 .04
6363 steps :
6464 - name : Checkout Repo
6565 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2525
2626jobs :
2727 build :
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929 steps :
3030 - name : Checkout Repo
3131 uses : actions/checkout@v4
3838 mvn-args : ${{ inputs.mvn-args }}
3939
4040 test-coverage :
41- runs-on : ubuntu-22 .04
41+ runs-on : ubuntu-24 .04
4242 if : ${{ !inputs.ignore-coverage }}
4343 steps :
4444 - name : Checkout Repo
Original file line number Diff line number Diff line change 3131
3232jobs :
3333 build-and-deploy :
34- runs-on : ubuntu-22 .04
34+ runs-on : ubuntu-24 .04
3535 steps :
3636 - name : Checkout Repo
3737 uses : actions/checkout@v4
6363
6464 test-coverage :
6565 if : ${{ !inputs.ignore-coverage }}
66- runs-on : ubuntu-22 .04
66+ runs-on : ubuntu-24 .04
6767 steps :
6868 - name : Checkout Repo
6969 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2121
2222jobs :
2323 bundle :
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 steps :
2626 - name : Checkout repository
2727 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3939
4040jobs :
4141 build :
42- runs-on : ubuntu-22 .04
42+ runs-on : ubuntu-24 .04
4343 steps :
4444 - name : Checkout Repo
4545 uses : actions/checkout@v4
7070 retention-days : 7
7171
7272 deploy-server :
73- runs-on : ubuntu-22 .04
73+ runs-on : ubuntu-24 .04
7474 needs : [build]
7575 steps :
7676 - name : Checkout Repo
@@ -100,7 +100,7 @@ jobs:
100100 maven-args : ' -Dcommit.number=${{ env.COMMIT_NUMBER }} -Drevision="${{ env.REVISION }}" -P="server"'
101101
102102 deploy-client :
103- runs-on : ubuntu-22 .04
103+ runs-on : ubuntu-24 .04
104104 needs : [build]
105105 steps :
106106 - name : Checkout Repo
@@ -130,7 +130,7 @@ jobs:
130130 maven-args : ' -Dcommit.number=${{ env.COMMIT_NUMBER }} -Drevision="${{ env.REVISION }}" -P="client"'
131131
132132 success-notify :
133- runs-on : ubuntu-22 .04
133+ runs-on : ubuntu-24 .04
134134 needs : [deploy-server, deploy-client]
135135 if : success()
136136 steps :
@@ -144,7 +144,7 @@ jobs:
144144 SLACK_FOOTER : " "
145145
146146 fail-notify :
147- runs-on : ubuntu-22 .04
147+ runs-on : ubuntu-24 .04
148148 needs : [deploy-server, deploy-client]
149149 if : failure()
150150 steps :
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 build :
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 steps :
2121 - name : Install thrift
2222 uses : valitydev/action-setup-thrift@v1.0.3
Original file line number Diff line number Diff line change 2727
2828jobs :
2929 deploy :
30- runs-on : ubuntu-22 .04
30+ runs-on : ubuntu-24 .04
3131 steps :
3232 - name : Install thrift
3333 uses : valitydev/action-setup-thrift@v1.0.3
5353 maven-args : ' -Dcommit.number=${{ env.COMMIT_NUMBER }} -Drevision=${{ env.REVISION }}'
5454
5555 notify :
56- runs-on : ubuntu-22 .04
56+ runs-on : ubuntu-24 .04
5757 needs : [deploy]
5858 steps :
5959 - name : Mattermost Notification
You can’t perform that action at this time.
0 commit comments