Skip to content

Commit

Permalink
Remove visionOS part
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 committed Jul 21, 2024
1 parent 70a2b85 commit 2b57680
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ jobs:
with:
xcode-version: latest-stable

- name: Install visionOS Platform
if: matrix.platform == 'visionOS'
shell: bash
run: |
# See https://github.com/actions/runner-images/issues/8144#issuecomment-1902072070
defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES
xcodebuild -downloadPlatform visionOS
- name: Install Tuist
run: |
brew tap tuist/tuist
Expand Down

0 comments on commit 2b57680

Please sign in to comment.