From 9004f6ebee6d5195490ada3a64bf6b1bb64c1d5a Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Fri, 14 Mar 2025 09:50:56 -0400 Subject: [PATCH] [Infra] Install visionOS sim in `storage x spm` workflow --- .github/workflows/storage.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/storage.yml b/.github/workflows/storage.yml index 6c2756f23ca..dff243d5204 100644 --- a/.github/workflows/storage.yml +++ b/.github/workflows/storage.yml @@ -124,6 +124,9 @@ jobs: run: ls -l /Applications/Xcode* - name: Xcode run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer + - name: Install visionOS, if needed. + if: matrix.target == 'visionOS spm' + run: xcodebuild -downloadPlatform visionOS - name: Initialize xcodebuild run: scripts/setup_spm_tests.sh - name: Unit Tests