From 138404880d508581514a29e480b770dafca156a3 Mon Sep 17 00:00:00 2001 From: "Thing-han, Lim" <15379156+potsrevennil@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:03:07 +0800 Subject: [PATCH] change ec2 instance type Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d5779e24..9bd97de1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,10 +94,10 @@ jobs: matrix: target: - name: AMD EPYC 4th gen (c7a) - ec2_instance_type: c7a.medium + ec2_instance_type: t3a.small ec2_ami: ubuntu-latest (x86_64) - name: Intel Xeon 4th gen (c7i) - ec2_instance_type: c7i.large + ec2_instance_type: t3.small ec2_ami: ubuntu-latest (x86_64) name: ${{ matrix.target.name }} permissions: