File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2424
2525jobs :
2626 cleanup :
27- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
2828
2929 timeout-minutes : 30
3030
6565 aws ecr delete-repository --force --repository-name ${{ env.STACK_NAME }}-openssl-lambda
6666
6767 cleanup-http-api-mock :
68- runs-on : ubuntu-22 .04
68+ runs-on : ubuntu-24 .04
6969
7070 timeout-minutes : 5
7171
Original file line number Diff line number Diff line change 2626jobs :
2727 print-inputs :
2828 name : Print inputs
29- runs-on : ubuntu-22 .04
29+ runs-on : ubuntu-24 .04
3030 steps :
3131 - name : Print inputs
3232 run : |
3636 docker :
3737 name : Push Docker images to ECR
3838
39- runs-on : ubuntu-22 .04
39+ runs-on : ubuntu-24 .04
4040
4141 environment : production
4242
@@ -104,7 +104,7 @@ jobs:
104104 docker push ${{ steps.repositoryUri.outputs.repositoryUri }}:${{ matrix.tag }}
105105
106106 deploy :
107- runs-on : ubuntu-22 .04
107+ runs-on : ubuntu-24 .04
108108
109109 environment : production
110110
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 unit-tests :
22- runs-on : ubuntu-22 .04
22+ runs-on : ubuntu-24 .04
2323
2424 steps :
2525 - uses : actions/checkout@v4
4747 http-api-mock :
4848 needs : [unit-tests]
4949
50- runs-on : ubuntu-22 .04
50+ runs-on : ubuntu-24 .04
5151
5252 timeout-minutes : 5
5353
9090 stack-name :
9191 needs : [unit-tests]
9292
93- runs-on : ubuntu-22 .04
93+ runs-on : ubuntu-24 .04
9494
9595 outputs :
9696 stackName : ${{ steps.stackName.outputs.stackName }}
@@ -109,7 +109,7 @@ jobs:
109109 openssl-lambda-container :
110110 needs : [stack-name, unit-tests]
111111
112- runs-on : ubuntu-22 .04
112+ runs-on : ubuntu-24 .04
113113
114114 timeout-minutes : 5
115115
@@ -159,7 +159,7 @@ jobs:
159159 - stack-name
160160 - openssl-lambda-container
161161
162- runs-on : ubuntu-22 .04
162+ runs-on : ubuntu-24 .04
163163
164164 timeout-minutes : 30
165165
@@ -248,7 +248,7 @@ jobs:
248248 - e2e-tests
249249 - openssl-lambda-container
250250
251- runs-on : ubuntu-22 .04
251+ runs-on : ubuntu-24 .04
252252
253253 if : github.ref == 'refs/heads/saga'
254254
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 update_repo_info :
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818 steps :
1919 - name : Checkout
2020 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments