diff --git a/.github/workflows/build-sample.yml b/.github/workflows/build-sample.yml index 1e672d5e..1d1c3dbc 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -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