Skip to content

Commit 33ee3c8

Browse files
committed
Download visionOS prior to linting the podspec
1 parent bf93045 commit 33ee3c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
bundler-cache: true
2020
- name: Select Xcode Version
2121
run: sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
22+
- name: Download visionOS
23+
run: |
24+
sudo xcodebuild -runFirstLaunch
25+
sudo xcrun simctl list
26+
sudo xcodebuild -downloadPlatform visionOS
27+
sudo xcodebuild -runFirstLaunch
2228
- name: Lint Podspec
2329
run: bundle exec pod lib lint --verbose --fail-fast --swift-version=6.0
2430
spm-16:

0 commit comments

Comments
 (0)