diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 09fcc5c26eba..afe01f11ec27 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -12,7 +12,7 @@ on: linux_amd64_runner: type: choice description: The runner uses to build linux-amd64 artifacts - default: ec2-c6i.2xlarge-amd64 + default: ec2-c6i.4xlarge-amd64 options: - ubuntu-20.04 - ubuntu-20.04-8-cores @@ -27,7 +27,7 @@ on: linux_arm64_runner: type: choice description: The runner uses to build linux-arm64 artifacts - default: ec2-c6g.2xlarge-arm64 + default: ec2-c6g.4xlarge-arm64 options: - ec2-c6g.xlarge-arm64 # 4C8G - ec2-c6g.2xlarge-arm64 # 8C16G