diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 4296633940f..7ba3e5fda75 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -176,7 +176,7 @@ jobs: id-token: write contents: read with: - runner: linux.2xlarge + runner: linux.2xlarge.memory docker-image: executorch-ubuntu-22.04-arm-sdk submodules: 'true' ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} @@ -206,7 +206,7 @@ jobs: id-token: write contents: read with: - runner: linux.2xlarge + runner: linux.2xlarge.memory docker-image: executorch-ubuntu-22.04-arm-sdk submodules: 'true' ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}