From 238608b7262aa93e625a13da20ad9bfac4a4e6af Mon Sep 17 00:00:00 2001 From: Oscar Brouwer Date: Fri, 29 May 2026 12:06:37 +0200 Subject: [PATCH] [apt-packages] Fix tests Set the Ubuntu image version to 24.04 since the neovim package is not yet available for 26.04 in de PPA Signed-off-by: Oscar Brouwer --- test/apt-packages/scenarios.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/apt-packages/scenarios.json b/test/apt-packages/scenarios.json index 6a370412d..cf1283675 100644 --- a/test/apt-packages/scenarios.json +++ b/test/apt-packages/scenarios.json @@ -1,6 +1,6 @@ { "test_neovim_ubuntu": { - "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu24.04", "features": { "apt-packages": { "packages": "neovim", @@ -8,4 +8,4 @@ } } } -} \ No newline at end of file +}