Skip to content

Commit bcb2482

Browse files
committed
Download platform
1 parent 721e823 commit bcb2482

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
@@ -61,6 +61,9 @@ jobs:
6161
sudo xcrun simctl list
6262
sudo xcodebuild -downloadPlatform visionOS
6363
sudo xcodebuild -runFirstLaunch
64+
- name: Download iOS
65+
if: matrix.platforms == 'iOS_18,watchOS_11'
66+
run: sudo xcodebuild -downloadPlatform iOS -buildVersion 22F77
6467
- name: Build and Test Framework
6568
run: Scripts/build.swift ${{ matrix.platforms }}
6669
- name: Prepare Coverage Reports

0 commit comments

Comments
 (0)