From bc4d7a262504359f0d1913112c19a6cc8639db56 Mon Sep 17 00:00:00 2001 From: evenyag Date: Sat, 21 Dec 2024 18:11:30 +0800 Subject: [PATCH] chore: update all arm64 builders --- .github/workflows/dev-build.yml | 2 +- .github/workflows/nightly-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 6f2be60e6733..ca58a164441c 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -29,7 +29,7 @@ on: linux_arm64_runner: type: choice description: The runner uses to build linux-arm64 artifacts - default: ec2-c6g.4xlarge-arm64 + default: ec2-c6g.8xlarge-arm64 options: - ec2-c6g.xlarge-arm64 # 4C8G - ec2-c6g.2xlarge-arm64 # 8C16G diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index afe01f11ec27..d351645d45c5 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -27,7 +27,7 @@ on: linux_arm64_runner: type: choice description: The runner uses to build linux-arm64 artifacts - default: ec2-c6g.4xlarge-arm64 + default: ec2-c6g.8xlarge-arm64 options: - ec2-c6g.xlarge-arm64 # 4C8G - ec2-c6g.2xlarge-arm64 # 8C16G