[CI] Use the Stable Xcode channel in main related branches. (#15406)

Xcode14 broke actool. We have created two diff bot images:

- Stable: Contains the latests stable xcode (xcode13.4)
- Beta: Contains the latests beta xcode OR will allow it to be
  installed.

By doing this we mitigate the possible issues that the new Xcode might
create. Some of the bots have already been migrated.

This commit SHOULD NOT be backported to xcode14.
This commit is contained in:
Manuel de la Pena 2022-07-06 13:51:10 -04:00 коммит произвёл GitHub
Родитель 4700f69e71
Коммит 3314ed823b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -188,7 +188,7 @@ schedules:
stages:
- template: templates/main-stage.yml
parameters:
xcodeChannel: Beta
xcodeChannel: Stable
isPR: false
provisionatorChannel: ${{ parameters.provisionatorChannel }}
pool: ${{ parameters.pool }}

Просмотреть файл

@ -198,7 +198,7 @@ trigger:
stages:
- template: templates/main-stage.yml
parameters:
xcodeChannel: Beta
xcodeChannel: Stable
isPR: false
provisionatorChannel: ${{ parameters.provisionatorChannel }}
pool: ${{ parameters.pool }}

Просмотреть файл

@ -181,7 +181,7 @@ pr:
stages:
- template: templates/main-stage.yml
parameters:
xcodeChannel: Beta
xcodeChannel: Stable
isPR: true
provisionatorChannel: ${{ parameters.provisionatorChannel }}
pool: ${{ parameters.pool }}