Skip to content

Commit

Permalink
CI: change visionOS build to environment with xrOS SDK
Browse files Browse the repository at this point in the history
Extracted this from #3262 since that's blocked by CocoaPods.
  • Loading branch information
NachoSoto committed Oct 9, 2023
1 parent cc6c846 commit a8bbff2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,9 @@ workflows:
- build-tv-watch-and-macos:
xcode_version: '14.3.0'
- build-visionos:
xcode_version: '15.0.0'
# Xcode 15.0 RC does not include visionOS (15.1 will), so this uses beta 8.
# See https://discuss.circleci.com/t/xcode-15-rc-released-important-notice-for-visionos-sdk-users/49278
xcode_version: '15.0.8'
- backend-integration-tests:
xcode_version: '14.3.0'
filters:
Expand Down

0 comments on commit a8bbff2

Please sign in to comment.