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",