From 10b1d4645da94d201434a90302fb7e5e04271578 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Thu, 2 May 2024 11:56:22 +0000 Subject: [PATCH] test: some features does not support ubuntu 24.04 yet --- test/_global/scenarios.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/_global/scenarios.json b/test/_global/scenarios.json index 1e41d0a..cae023d 100644 --- a/test/_global/scenarios.json +++ b/test/_global/scenarios.json @@ -10,7 +10,7 @@ } }, "r-apt_quarto": { - "image": "ubuntu:latest", + "image": "ubuntu:jammy", "features": { "r-apt": { "installRMarkdown": true, @@ -20,7 +20,7 @@ } }, "r-apt_pandoc": { - "image": "ubuntu:latest", + "image": "ubuntu:jammy", "features": { "r-apt": { "installRMarkdown": true