From 8bc09857076d4a4f079c904e7ddb4b5f73715d02 Mon Sep 17 00:00:00 2001 From: Digant Desai Date: Wed, 19 Mar 2025 14:23:11 -0500 Subject: [PATCH] [trunk.yml] Increase RAM for Arm runners Try running arm jobs with linux.2xlarge.memory with 64G RAM. --- .github/workflows/trunk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}