From 1f9f1a03d83586c478ff541ed7f38f1c7cc1d4e6 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 13 Feb 2025 17:54:21 +0000 Subject: [PATCH] Upgrade cirun AMI to ubuntu 24.04 (#2958) --- .cirun.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirun.yml b/.cirun.yml index dcc829bb8b..436a528166 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -6,8 +6,8 @@ runners: cloud: aws # Instance Type has 8 vcpu, 32 GiB memory, Up to 5 Gbps Network Performance instance_type: t3a.2xlarge - # Custom AMI with docker/cypress/hub pre-installed - machine_image: ami-0a388df278199ff52 + # Custom Ubuntu 24.04 AMI with docker/hub pre-installed + machine_image: ami-01b494943951b97c7 # Region: Oregon region: us-west-2 # Use Spot Instances for cost savings