From dee95d90445c25271df404a86394e7f986e30811 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Wed, 8 Oct 2025 17:22:40 +0200 Subject: [PATCH] Using trixie (as ubuntu-latest) --- .melodium-ci/lib-root.mel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.melodium-ci/lib-root.mel b/.melodium-ci/lib-root.mel index dfbfce5b..bf96378a 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -38,7 +38,7 @@ treatment buildTestAya(const github_contexts: string = "{}") memory=150, storage=800, containers=[ - |container("aarch64", 6000, 1000, 8000, |amd64(), [], "rust:1.90-bookworm", _) + |container("aarch64", 6000, 1000, 8000, |amd64(), [], "rust:1.90-trixie", _) ] )