From db52d63b8613f2535c0ceada8670462cdb11d2bb Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Fri, 5 Mar 2021 12:04:04 -0800 Subject: [PATCH] change machine type to one available in central region --- .github/workflows/zcashd-cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/zcashd-cd.yml b/.github/workflows/zcashd-cd.yml index b5748ac29..ccb2d68bc 100644 --- a/.github/workflows/zcashd-cd.yml +++ b/.github/workflows/zcashd-cd.yml @@ -11,7 +11,6 @@ on: env: PROJECT_ID: zealous-zebra REGION: us-central1 - ZONE: us-central1-c jobs: @@ -44,7 +43,7 @@ jobs: --boot-disk-size 100GB \ --container-image "electriccoinco/zcashd" \ --container-env ZCASHD_NETWORK="${{ github.event.inputs.network }}" \ - --machine-type n2d-standard-4 \ + --machine-type n2-standard-4 \ --service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \ --scopes cloud-platform \ --tags zcashd \