From 60110f611ee56895bb570b654b9254100032720c Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Mon, 3 Jun 2024 20:57:25 +0100 Subject: [PATCH] switch cirun instance type --- .cirun.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirun.yml b/.cirun.yml index 79d62f22..734e6786 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -4,7 +4,8 @@ runners: # Cloud Provider: AWS cloud: "aws" # https://aws.amazon.com/ec2/instance-types/g4/ - instance_type: "g4dn.xlarge" + # instance_type: "g4dn.xlarge" + instance_type: "t2.nano" # Ubuntu-20.4, ami image machine_image: "ami-06fd8a495a537da8b" preemptible: false