Skip to content

Commit

Permalink
[ENG-10922][eas-json] add new Xcode 15.1 image to eas.schema.json (#…
Browse files Browse the repository at this point in the history
…2155)

* [eas-json] add new Xcode 15.1 image to `eas.schema.json`

* update CHANGELOG.md

* update default
  • Loading branch information
szdziedzic committed Dec 19, 2023
1 parent 655f6c8 commit 7e74829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions packages/eas-json/schema/eas.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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`"
]
},
{
Expand Down

0 comments on commit 7e74829

Please sign in to comment.