From a5c50f2be6b57e02e2721a43e26431f59c076312 Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Thu, 16 Nov 2023 13:16:13 -0500 Subject: [PATCH] chore(repo): increase the resource class for nx workflow agents (#20287) --- .nx/workflows/agents.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index c5f20f035c..94274547cf 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -1,5 +1,6 @@ launch-templates: linux-medium: + resource-class: 'docker_linux_amd64/medium+' env: CI: 'true' GIT_AUTHOR_EMAIL: test@test.com