Skip to content

Commit

Permalink
more perms
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 3, 2024
1 parent d5dfe01 commit 5ac11b1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- gcc-10
- gcc-11
needs: [package]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- aws-iot-device-sdk-python-v2

needs: package
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Install builder
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -290,6 +290,11 @@ jobs:
needs: package
runs-on: ubuntu-latest
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.CRT_CI_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Checkout Source
uses: actions/checkout@v4

Expand Down Expand Up @@ -323,6 +328,11 @@ jobs:
needs: package
runs-on: ubuntu-24.04
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.CRT_CI_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Checkout Source
uses: actions/checkout@v4

Expand Down

0 comments on commit 5ac11b1

Please sign in to comment.