diff --git a/CHANGELOG.md b/CHANGELOG.md index 378d507300..74d8cc444f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This is the log of notable changes to EAS CLI and related packages. - Remove "bare"-specific **eas.json** template. ([#2179](https://github.com/expo/eas-cli/pull/2179) by [@sjchmiela](https://github.com/sjchmiela)) - Prompt users if they want to continue if EAS CLI fails to provision the devices. ([#2181](https://github.com/expo/eas-cli/pull/2181) by [@szdziedzic](https://github.com/szdziedzic)) - Update `eas-cli` and `@expo/eas-json` dependencies. ([#2176](https://github.com/expo/eas-cli/pull/2176) by [@szdziedzic](https://github.com/szdziedzic)) +- Update `eas.schema.json` to after adding Xcode 15.2 image. ([#2184](https://github.com/expo/eas-cli/pull/2184) by [@szdziedzic](https://github.com/szdziedzic)) ## [6.0.0](https://github.com/expo/eas-cli/releases/tag/v6.0.0) - 2024-01-12 diff --git a/packages/eas-json/schema/eas.schema.json b/packages/eas-json/schema/eas.schema.json index beb3b59788..46be9f13db 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.2", "macos-ventura-13.6-xcode-15.1", "macos-ventura-13.6-xcode-15.0", "macos-ventura-13.4-xcode-14.3.1", @@ -367,7 +368,7 @@ ], "markdownEnumDescriptions": [ "`macos-ventura-13.4-xcode-14.3.1`", - "`macos-ventura-13.6-xcode-15.1`" + "`macos-ventura-13.6-xcode-15.2`" ] }, {