From 9b357ff50b8c20906713c4c9fdaf9ae43c9834b8 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Fri, 20 Dec 2024 15:08:39 +0000 Subject: [PATCH] update touchstone config to noble --- touchstone/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/touchstone/config.json b/touchstone/config.json index 336e42f81..6bf46054b 100644 --- a/touchstone/config.json +++ b/touchstone/config.json @@ -2,5 +2,5 @@ "os": "ubuntu-latest", "r": "release", - "rspm": "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" + "rspm": "https://packagemanager.rstudio.com/cran/__linux__/noble/latest" }