Skip to content

Commit c6019a3

Browse files
more perms
1 parent 3120cca commit c6019a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sanity-test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ jobs:
211211
compiler: [gcc-8, clang-9]
212212
std: [c++11, c++14, c++17, c++2a]
213213
steps:
214+
- uses: aws-actions/configure-aws-credentials@v4
215+
with:
216+
role-to-assume: ${{ env.CRT_CI_ROLE }}
217+
aws-region: ${{ env.AWS_DEFAULT_REGION }}
214218
- name: Checkout Source
215219
uses: actions/checkout@v4
216220

@@ -293,7 +297,7 @@ jobs:
293297
- musllinux-1-1-x64
294298

295299
needs: package
296-
runs-on: ubuntu-latest
300+
runs-on: ubuntu-24.04
297301
steps:
298302
- uses: aws-actions/configure-aws-credentials@v4
299303
with:

0 commit comments

Comments
 (0)