From ff29ee612af09b75f8aea0c3c65d13d54d330331 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Fri, 24 May 2024 09:16:45 -0400 Subject: [PATCH] Increased E2E vCPUs --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c6649eebe9f53d..e6cd9cb0390a93 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -42,7 +42,7 @@ jobs: e2e: timeout-minutes: 20 name: E2E (${{ matrix.shard }}/${{ strategy.job-total }}) - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: buildjet-8vcpu-ubuntu-2204 services: postgres: image: postgres:13