Skip to content

Commit

Permalink
Run ASan on ARM runners
Browse files Browse the repository at this point in the history
Signed-off-by: James Bornholt <bornholt@amazon.com>
  • Loading branch information
jamesbornholt committed Mar 12, 2024
1 parent eb9578c commit d204821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ jobs:

asan:
name: Address sanitizer
runs-on: ubuntu-22.04
runs-on: [self-hosted, linux, arm64]

environment: ${{ inputs.environment }}

timeout-minutes: 60
timeout-minutes: 30

steps:
- name: Configure AWS credentials
Expand Down

0 comments on commit d204821

Please sign in to comment.