From bf4bf3fa2ac6c7c8e1b161694e9a38a043e70bf5 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Tue, 3 Dec 2024 15:09:26 -0800 Subject: [PATCH] fix: instance --- .github/workflows/cost-estimator-manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cost-estimator-manual.yml b/.github/workflows/cost-estimator-manual.yml index e7df6dfa..aab35f1d 100644 --- a/.github/workflows/cost-estimator-manual.yml +++ b/.github/workflows/cost-estimator-manual.yml @@ -26,8 +26,8 @@ jobs: cost-estimate: runs-on: - runs-on - - cpu=16 - - ram=64 + - cpu=32 + - ram=128 - family=m7a+m7i-flex - image=ubuntu22-full-x64 - run-id=${{ github.run_id }}