From ac195599ffd9da2fda812d5c2404103c541ce8f8 Mon Sep 17 00:00:00 2001 From: Jyoti Bhanot Date: Sun, 24 Nov 2024 18:05:49 +0300 Subject: [PATCH] Update test-pr.yml --- .github/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 5255636..e7a1132 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -10,7 +10,7 @@ concurrency: jobs: test: name: 'Conformance Tests' - runs-on: [self-hosted, aws, us-east-2, m6a.2xlarge] + runs-on: [self-hosted, aws, us-east-2, m6a.4xlarge] steps: - name: 'Check out code' uses: actions/checkout@v4