From 5e746bca91d43a9896956ab2d622dcb4e729a7fc Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 31 Jan 2024 12:52:14 +0530 Subject: [PATCH] ci: Switch client-build to default runners --- .github/workflows/client-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index f612d0446c..8c2b03b615 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -34,7 +34,7 @@ defaults: jobs: client-build: - runs-on: appsmith-self-hosted-deployment-runner-8cpu-16gb-ram + runs-on: ubuntu-latest-8-cores # Only run this workflow for internally triggered events if: | github.event.pull_request.head.repo.full_name == github.repository ||