From cbb7928dc31b5b2e74bd66d5248f75443ed9d8dc Mon Sep 17 00:00:00 2001 From: Prajjwal Date: Mon, 11 Mar 2024 09:34:16 +0530 Subject: [PATCH] runs on gcp 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 f5a917477..69eef7d01 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ on: jobs: goreleaser: - runs-on: ec2-4x + runs-on: gcp-4x steps: - name: Checkout uses: actions/checkout@v3