From 86b84c99edc2e77515b9d3bd4d296ed1db62c69e Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Thu, 25 Sep 2025 12:00:34 +0530 Subject: [PATCH] chore: update GitHub Actions runner to Ubuntu 22.04-8core (#41261) Updated the GitHub Actions workflow to use the Ubuntu 22.04-8core runner for improved performance and compatibility. ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No --- .github/workflows/github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index cc86f330b4..addfb7687c 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -111,7 +111,7 @@ jobs: run: working-directory: app/server - runs-on: ubuntu-latest + runs-on: ubuntu-22.04-8core steps: - name: Checkout the code