File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187
187
- gcc-10
188
188
- gcc-11
189
189
needs : [package]
190
- runs-on : ubuntu-20 .04
190
+ runs-on : ubuntu-24 .04
191
191
steps :
192
192
- name : Checkout Source
193
193
uses : actions/checkout@v4
@@ -234,7 +234,7 @@ jobs:
234
234
- aws-iot-device-sdk-python-v2
235
235
236
236
needs : package
237
- runs-on : ubuntu-latest
237
+ runs-on : ubuntu-24.04
238
238
steps :
239
239
- name : Install builder
240
240
uses : actions/download-artifact@v4
@@ -290,6 +290,11 @@ jobs:
290
290
needs : package
291
291
runs-on : ubuntu-latest
292
292
steps :
293
+ - uses : aws-actions/configure-aws-credentials@v4
294
+ with :
295
+ role-to-assume : ${{ env.CRT_CI_ROLE }}
296
+ aws-region : ${{ env.AWS_DEFAULT_REGION }}
297
+
293
298
- name : Checkout Source
294
299
uses : actions/checkout@v4
295
300
@@ -323,6 +328,11 @@ jobs:
323
328
needs : package
324
329
runs-on : ubuntu-24.04
325
330
steps :
331
+ - uses : aws-actions/configure-aws-credentials@v4
332
+ with :
333
+ role-to-assume : ${{ env.CRT_CI_ROLE }}
334
+ aws-region : ${{ env.AWS_DEFAULT_REGION }}
335
+
326
336
- name : Checkout Source
327
337
uses : actions/checkout@v4
328
338
You can’t perform that action at this time.
0 commit comments