Skip to content

Commit

Permalink
Merge pull request SchemaStore#3917 from CircleCI-Public/remove-depre…
Browse files Browse the repository at this point in the history
…cated-resource-cci
  • Loading branch information
hyperupcall authored Jul 11, 2024
2 parents 9d2dc47 + f7628b8 commit 314c186
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/schemas/json/circleciconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1386,16 +1386,13 @@
"macOSResourceClass": {
"description": "Amount of CPU and RAM allocated for each job. View [available resource classes](https://circleci.com/docs/configuration-reference/#macos-execution-environment).",
"type": "string",
"enum": [
"macos.x86.medium.gen2",
"macos.m1.medium.gen1",
"macos.m1.large.gen1"
]
"enum": ["macos.m1.medium.gen1", "macos.m1.large.gen1"]
},
"xcodeVersion": {
"description": "The version of Xcode to use. View [available versions](https://circleci.com/developer/machine/image/xcode)",
"type": "string",
"enum": [
"16.0.0",
"15.4.0",
"15.3.0",
"15.2.0",
Expand Down

0 comments on commit 314c186

Please sign in to comment.