diff --git a/.cicd/build-scripts.yml b/.cicd/build-scripts.yml index b3018066b5d..211a9607381 100644 --- a/.cicd/build-scripts.yml +++ b/.cicd/build-scripts.yml @@ -27,7 +27,7 @@ steps: REPO: "git@github.com:EOSIO/eos.git" TEMPLATE: "10.14.6_6C_14G_80G" TEMPLATE_TAG: "clean::cicd::git-ssh::nas::brew::buildkite-agent" - agents: "queue=mac-anka-large-node-fleet" + agents: "queue=mac-anka-node-fleet" command: - "git clone git@github.com:EOSIO/eos.git eos && cd eos && git checkout -f $BUILDKITE_BRANCH && git submodule update --init --recursive" - "cd eos && ./scripts/eosio_build.sh -P -y" @@ -102,7 +102,7 @@ steps: REPO: "git@github.com:EOSIO/eos.git" TEMPLATE: "10.14.6_6C_14G_80G" TEMPLATE_TAG: "clean::cicd::git-ssh::nas::brew::buildkite-agent" - agents: "queue=mac-anka-large-node-fleet" + agents: "queue=mac-anka-node-fleet" command: - "git clone git@github.com:EOSIO/eos.git eos && cd eos && git checkout -f $BUILDKITE_BRANCH && git submodule update --init --recursive" - "cd eos && ./scripts/eosio_build.sh -y"