Skip to content

Commit

Permalink
CircleCI: downgraded release jobs to Xcode 13.x (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Sep 22, 2022
1 parent 07145d8 commit 8deafcd
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,11 +581,11 @@ workflows:
xcode_version: '13.4.1'
<<: *release-branches-and-main
- build-tv-watch-and-macos:
# This is the only job not using Xcode 14 yet
# because it does not contain the new macOS SDK until Ventura is release.
# Not using Xcode 14 yet because it does not contain the new macOS SDK until Ventura is released.
xcode_version: '13.4.1'
- release-checks:
xcode_version: '14.0.0'
# Not using Xcode 14 yet because it does not contain the new macOS SDK until Ventura is released.
xcode_version: '13.4.1'
<<: *release-branches
- backend-integration-tests:
xcode_version: '14.0.0'
Expand All @@ -600,7 +600,8 @@ workflows:
xcode_version: '14.0.0'
<<: *release-tags-and-branches
- installation-tests-carthage:
xcode_version: '14.0.0'
# Not using Xcode 14 yet because it does not contain the new macOS SDK until Ventura is released.
xcode_version: '13.4.1'
<<: *release-tags-and-branches
- installation-tests-xcode-direct-integration:
xcode_version: '14.0.0'
Expand All @@ -618,18 +619,21 @@ workflows:
- hold
<<: *release-branches
- make-release:
xcode_version: '14.0.0'
# Not using Xcode 14 yet because it does not contain the new macOS SDK until Ventura is released.
xcode_version: '13.4.1'
<<: *release-tags
- docs-deploy:
xcode_version: '14.0.0'
# Not using Xcode 14 yet because it does not contain the new macOS SDK until Ventura is released.
xcode_version: '13.4.1'
<<: *release-tags
snapshot-bump:
when:
not:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
- prepare-next-version:
xcode_version: '14.0.0'
# Not using Xcode 14 yet because it does not contain the new macOS SDK until Ventura is released.
xcode_version: '13.4.1'
<<: *only-main-branch
danger:
jobs:
Expand All @@ -641,4 +645,5 @@ workflows:
- equal: [ "release-train", << pipeline.schedule.name >> ]
jobs:
- release-train:
xcode_version: '14.0.0'
# Not using Xcode 14 yet because it does not contain the new macOS SDK until Ventura is released.
xcode_version: '13.4.1'

0 comments on commit 8deafcd

Please sign in to comment.