diff --git a/.github/workflows/arm.yml b/.github/workflows/arm.yml index 1f831ff00..fea7e637c 100644 --- a/.github/workflows/arm.yml +++ b/.github/workflows/arm.yml @@ -24,7 +24,7 @@ jobs: github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} # Ubuntu 22.04 region AMI for ARM ec2-image-id: ami-062b37d89f25c958f - ec2-instance-type: t4g.small + ec2-instance-type: t4g.medium subnet-id: ${{ secrets.AWS_EC2_SUBNET_ID }} security-group-id: ${{ secrets.AWS_EC2_SG_ID }}