From e4e86e56d2c68aabcc197c898bf10f5e1cb54633 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Thu, 11 Jul 2024 11:23:11 +0200 Subject: [PATCH] set image --- .cirun.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirun.yml b/.cirun.yml index 1c436e55..4a0f4f38 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -5,9 +5,10 @@ runners: cloud: "aws" # https://aws.amazon.com/ec2/instance-types/g4/ instance_type: "g4ad.xlarge" + # Ubuntu-24.04 LTS, ami image, Frankfurt + machine_image: "ami-0e872aee57663ae2d" # use Frankfurt region region: "eu-central-1" - # use ubuntu 20.04 preemptible: false # Add this label in the "runs-on" param in .github/workflows/.yml # So that this runner is created for running the workflow