From a46d7b0ded6c6db423e7d817808f7abd7d9b03ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Wed, 21 Feb 2024 15:59:18 +0100 Subject: [PATCH] chore(ci): change ec2 ami to get all the dependencies needed This AMI contains also latest upgrades for installed packages. --- ci/slab.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/slab.toml b/ci/slab.toml index 921dd7f..32c904c 100644 --- a/ci/slab.toml +++ b/ci/slab.toml @@ -1,6 +1,6 @@ [profile.bench] region = "eu-west-1" -image_id = "ami-0e88d98b86aff13de" +image_id = "ami-0f96f17e9f652c6ab" instance_type = "hpc7a.96xlarge" [command]