diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5213d9e4..cd64308815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This is the log of notable changes to EAS CLI and related packages. ### 🧹 Chores - Rename getUpdateGroupJsonInfo. ([#2157](https://github.com/expo/eas-cli/pull/2157) by [@quinlanj](https://github.com/quinlanj)) +- Add new Xcode 15.1 image to `eas.schema.json`. ([#2155](https://github.com/expo/eas-cli/pull/2155) by [@szdziedzic](https://github.com/szdziedzic)) ## [5.9.2](https://github.com/expo/eas-cli/releases/tag/v5.9.2) - 2023-12-15 diff --git a/packages/eas-json/schema/eas.schema.json b/packages/eas-json/schema/eas.schema.json index 405194f867..beb3b59788 100644 --- a/packages/eas-json/schema/eas.schema.json +++ b/packages/eas-json/schema/eas.schema.json @@ -357,6 +357,7 @@ "enum": [ "default", "latest", + "macos-ventura-13.6-xcode-15.1", "macos-ventura-13.6-xcode-15.0", "macos-ventura-13.4-xcode-14.3.1", "macos-ventura-13.3-xcode-14.3", @@ -366,9 +367,7 @@ ], "markdownEnumDescriptions": [ "`macos-ventura-13.4-xcode-14.3.1`", - "`macos-ventura-13.6-xcode-15.0`", - "only available for Apple silicon builders", - "only available for Apple silicon builders" + "`macos-ventura-13.6-xcode-15.1`" ] }, {