diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7132576..4d48bb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,6 @@ jobs: 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.2 spm-16: @@ -60,7 +59,12 @@ jobs: sudo xcodebuild -runFirstLaunch sudo xcrun simctl list sudo xcodebuild -downloadPlatform visionOS + - name: Download iOS + if: matrix.platforms == 'iOS_18,watchOS_11' + run: | sudo xcodebuild -runFirstLaunch + sudo xcrun simctl list + sudo xcodebuild -downloadPlatform iOS -buildVersion 22F77 - name: Build and Test Framework run: Scripts/build.swift ${{ matrix.platforms }} - name: Prepare Coverage Reports