From 2dbe2231f3ee29800660f61fdd3eeef155cd3c7c Mon Sep 17 00:00:00 2001 From: peri4 Date: Fri, 17 May 2024 15:41:55 +0300 Subject: [PATCH] add ubuntu 24.04, remove ubuntu 23.04 --- platforms.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platforms.json b/platforms.json index 7c7445b..c0578c3 100644 --- a/platforms.json +++ b/platforms.json @@ -100,8 +100,8 @@ ] }, "Ubuntu 24.04": { - "enabled": false, - "codename": "?", + "enabled": true, + "codename": "noble", "docker_dir": "linux_desktop", "docker_image": "ubuntu24.04", "docker_build_options": { @@ -136,7 +136,7 @@ ] }, "Ubuntu 23.04": { - "enabled": true, + "enabled": false, "codename": "lunar", "docker_dir": "linux_desktop", "docker_image": "ubuntu23.04",