File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 prepare :
1414 name : Calculate Version and Build number
15- runs-on : ubuntu-24 .04
15+ runs-on : ubuntu-22 .04
1616
1717 outputs :
1818 build_number : ${{ steps.short_sha.outputs.value }}
4242 if : needs.prepare.outputs.new_release == 'true'
4343
4444 name : Dev and Draft Releases
45- runs-on : ubuntu-24 .04
45+ runs-on : ubuntu-22 .04
4646
4747 needs :
4848 - prepare
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions:
3030jobs :
3131 cancel_previous :
3232 name : ' Cancel Previous Runs'
33- runs-on : ubuntu-24 .04
33+ runs-on : ubuntu-22 .04
3434 timeout-minutes : 3
3535
3636 steps :
4242
4343 prepare :
4444 name : Prepare
45- runs-on : ubuntu-24 .04
45+ runs-on : ubuntu-22 .04
4646
4747 needs :
4848 - cancel_previous
5858
5959 build-command :
6060 name : Build and push the COMMAND version
61- runs-on : ubuntu-24 .04
61+ runs-on : ubuntu-22 .04
6262
6363 needs :
6464 - prepare
@@ -120,7 +120,7 @@ jobs:
120120
121121 build-lambda :
122122 name : Build and push LAMBDA version
123- runs-on : ubuntu-24 .04
123+ runs-on : ubuntu-22 .04
124124
125125 needs :
126126 - prepare
@@ -182,7 +182,7 @@ jobs:
182182
183183 update-manifests :
184184 name : Update AWS Marketplace
185- runs-on : ubuntu-24 .04
185+ runs-on : ubuntu-22 .04
186186
187187 needs :
188188 - prepare
@@ -219,7 +219,7 @@ jobs:
219219 runs-on :
220220 # - self-hosted
221221 # - large
222- - ubuntu-24 .04
222+ - ubuntu-22 .04
223223
224224 steps :
225225 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626jobs :
2727 cancel_previous :
2828 name : ' Cancel Previous Runs'
29- runs-on : ubuntu-24 .04
29+ runs-on : ubuntu-22 .04
3030 timeout-minutes : 3
3131
3232 steps :
3737
3838 validate :
3939 name : Validate
40- runs-on : ubuntu-24 .04
40+ runs-on : ubuntu-22 .04
4141
4242 needs :
4343 - cancel_previous
6868
6969 static-analysis :
7070 name : Static Analysis
71- runs-on : ubuntu-24 .04
71+ runs-on : ubuntu-22 .04
7272
7373 steps :
7474 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626jobs :
2727 cancel_previous :
2828 name : ' Cancel Previous Runs'
29- runs-on : ubuntu-24 .04
29+ runs-on : ubuntu-22 .04
3030 timeout-minutes : 3
3131
3232 steps :
3838
3939 prepare :
4040 name : Prepare
41- runs-on : ubuntu-24 .04
41+ runs-on : ubuntu-22 .04
4242
4343 needs :
4444 - cancel_previous
6868
6969 docker-tag-command :
7070 name : Docker Tag and Push COMMAND version
71- runs-on : ubuntu-24 .04
71+ runs-on : ubuntu-22 .04
7272
7373 needs :
7474 - prepare
9292
9393 docker-tag-lambda :
9494 name : Docker Tag and Push LAMBDA version
95- runs-on : ubuntu-24 .04
95+ runs-on : ubuntu-22 .04
9696
9797 needs :
9898 - prepare
@@ -116,7 +116,7 @@ jobs:
116116
117117 update-manifests :
118118 name : Update AWS Marketplace
119- runs-on : ubuntu-24 .04
119+ runs-on : ubuntu-22 .04
120120
121121 needs :
122122 - prepare
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ let package = Package(
1010 ] ,
1111 dependencies: [
1212 . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , from: " 1.0.0-alpha.2 " ) ,
13- . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 0.4 .0" ) ,
13+ . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 1.0 .0" ) ,
1414 . package ( url: " https://github.com/soto-project/soto.git " , from: " 7.0.0 " ) ,
1515 . package ( url: " https://github.com/swift-server/async-http-client.git " , from: " 1.21.2 " ) ,
1616 . package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.5.0 " )
You can’t perform that action at this time.
0 commit comments