From 77e45c8d0756029439ca33115f0f030813e4ab11 Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Tue, 28 Nov 2023 12:40:03 +0100 Subject: [PATCH] [eas-json] move ubuntu 18 images to ubuntu 20 --- packages/eas-json/schema/eas.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/eas-json/schema/eas.schema.json b/packages/eas-json/schema/eas.schema.json index 4e99c2b49a..405194f867 100644 --- a/packages/eas-json/schema/eas.schema.json +++ b/packages/eas-json/schema/eas.schema.json @@ -243,11 +243,11 @@ "ubuntu-22.04-jdk-8-ndk-r21e", "ubuntu-20.04-jdk-11-ndk-r21e", "ubuntu-20.04-jdk-8-ndk-r21e", - "ubuntu-18.04-jdk-11-ndk-r19c", - "ubuntu-18.04-jdk-8-ndk-r19c" + "ubuntu-20.04-jdk-11-ndk-r19c", + "ubuntu-20.04-jdk-8-ndk-r19c" ], "markdownEnumDescriptions": [ - "- React Native `>=0.68.0` - `ubuntu-22.04-jdk-11-ndk-r21e`\n- React Native `<0.68.0` - `ubuntu-18.04-jdk-8-ndk-r19c`", + "- React Native `>=0.68.0` - `ubuntu-22.04-jdk-11-ndk-r21e`\n- React Native `<0.68.0` - `ubuntu-20.04-jdk-8-ndk-r19c`", "`ubuntu-22.04-jdk-17-ndk-r21e`", "`ubuntu-22.04-jdk-11-ndk-r21e`" ]