Skip to content

Commit

Permalink
Merge branch 'main' into dfed--link-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed authored Oct 21, 2024
2 parents 934f6cb + da90445 commit fcdc9f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
bundler-cache: true
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
- name: Download visionOS
run: |
sudo xcodebuild -runFirstLaunch
sudo xcrun simctl list
sudo xcodebuild -downloadPlatform visionOS
sudo xcodebuild -runFirstLaunch
- name: Lint Podspec
run: bundle exec pod lib lint --verbose --fail-fast --swift-version=6.0
spm-16:
Expand Down

0 comments on commit fcdc9f0

Please sign in to comment.