We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f741132 commit 176ae48Copy full SHA for 176ae48
.github/workflows/ci.yml
@@ -45,6 +45,9 @@ jobs:
45
run: bundle install
46
- name: Select Xcode Version
47
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
51
- name: Build and Test Framework
52
run: Scripts/build.swift ${{ matrix.platforms }}
53
- name: Prepare Coverage Reports
0 commit comments