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 721e823 commit bcb2482Copy full SHA for bcb2482
.github/workflows/ci.yml
@@ -61,6 +61,9 @@ jobs:
61
sudo xcrun simctl list
62
sudo xcodebuild -downloadPlatform visionOS
63
sudo xcodebuild -runFirstLaunch
64
+ - name: Download iOS
65
+ if: matrix.platforms == 'iOS_18,watchOS_11'
66
+ run: sudo xcodebuild -downloadPlatform iOS -buildVersion 22F77
67
- name: Build and Test Framework
68
run: Scripts/build.swift ${{ matrix.platforms }}
69
- name: Prepare Coverage Reports
0 commit comments