Skip to content

Commit 176ae48

Browse files
authored
Download visionOS in CI (#38)
1 parent f741132 commit 176ae48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
run: bundle install
4646
- name: Select Xcode Version
4747
run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
48+
- name: Download visionOS
49+
if: matrix.platforms == 'visionOS_1'
50+
run: xcodebuild -downloadPlatform visionOS
4851
- name: Build and Test Framework
4952
run: Scripts/build.swift ${{ matrix.platforms }}
5053
- name: Prepare Coverage Reports

0 commit comments

Comments
 (0)