Skip to content

Commit

Permalink
change ec2 instance type
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Sep 16, 2024
1 parent 5f12b74 commit 1384048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1384048

Please sign in to comment.