Skip to content

Commit 3b75a9b

Browse files
committed
Download platform
1 parent 721e823 commit 3b75a9b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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 -architectureVariant arm64
6467
- name: Build and Test Framework
6568
run: Scripts/build.swift ${{ matrix.platforms }}
6669
- name: Prepare Coverage Reports

0 commit comments

Comments
 (0)