Skip to content

Commit

Permalink
Update action.yml (#19416)
Browse files Browse the repository at this point in the history
Changing instance type of AWS self-hosted runner from from c5.2xlarge to c6a.4xlarge.

It will result in:

CPU: 8 -> 16
Sustained clock speed (GHz): 3.4 -> 3.6
RAM: 16 -> 32
cost: 0.34 USD/hr -> 0.612 USD/hr
  • Loading branch information
Mykyta-Serbynevskyi authored Nov 15, 2022
1 parent 7e709b5 commit 78fb528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/start-aws-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
default: "ami-005924fb76f7477ce"
required: true
ec2-instance-type:
default: "c5.2xlarge"
default: "c6a.4xlarge"
required: true
subnet-id:
default: "subnet-0469a9e68a379c1d3"
Expand Down

0 comments on commit 78fb528

Please sign in to comment.