From f6a1ac40121815f05e9e0db93c1bab01656ff5c0 Mon Sep 17 00:00:00 2001 From: Prajjwal Date: Mon, 11 Mar 2024 20:10:57 +0530 Subject: [PATCH] runs on c3 nested 4x --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 82ad3111f..fad3bc395 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ on: jobs: goreleaser: - runs-on: gcp-c2d-2x + runs-on: c3-nested-4x steps: - name: Checkout uses: actions/checkout@v3