From 0ae334a2b90f752ec936ad726ccb43436b5f6782 Mon Sep 17 00:00:00 2001 From: Juliana Paul Date: Thu, 12 Sep 2024 09:52:32 -0400 Subject: [PATCH] [LIFE-794] Promote new 24.04 linux machine image --- src/schemas/json/circleciconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schemas/json/circleciconfig.json b/src/schemas/json/circleciconfig.json index a2810323304..a52aa89f922 100644 --- a/src/schemas/json/circleciconfig.json +++ b/src/schemas/json/circleciconfig.json @@ -1244,6 +1244,7 @@ "description": "The LinuxVM image to use. View available images for [Ubuntu 20.04](https://circleci.com/developer/machine/image/ubuntu-2004), [Ubuntu 22.04](https://circleci.com/developer/machine/image/ubuntu-2204), or [Android](https://circleci.com/developer/machine/image/android). **Note:** This key is **not** supported on the installable CircleCI. For information about customizing machine executor images on CircleCI installed on your servers, see our [VM Service documentation](https://circleci.com/docs/vm-service).", "type": "string", "enum": [ + "ubuntu-2004:2024.05.1", "ubuntu-2004:2024.04.4", "ubuntu-2004:2024.01.2", "ubuntu-2004:2024.01.1", @@ -1266,6 +1267,7 @@ "ubuntu-2004:202010-01", "ubuntu-2004:current", "ubuntu-2004:edge", + "ubuntu-2204:2024.05.1", "ubuntu-2204:2024.04.4", "ubuntu-2204:2024.01.2", "ubuntu-2204:2024.01.1",