From df0da53a4f12abdeaad7e53edb467c3d1bbb60fd Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 28 Aug 2025 15:30:38 +0200 Subject: [PATCH] chore(ci): download iOS simulators --- .github/workflows/ci.yml | 2 ++ .github/workflows/publish-ios.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3980bf3d1..45defd12c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,8 @@ jobs: plugin: ${{ fromJson(needs.setup.outputs.plugins) }} steps: - run: sudo xcode-select --switch ${{ matrix.xcode }} + - run: xcrun simctl list > /dev/null + - run: xcodebuild -downloadPlatform iOS - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/.github/workflows/publish-ios.yml b/.github/workflows/publish-ios.yml index 8506fb313..3844c3538 100644 --- a/.github/workflows/publish-ios.yml +++ b/.github/workflows/publish-ios.yml @@ -16,6 +16,8 @@ jobs: plugin: ${{ fromJson(github.event.inputs.plugins) }} steps: - run: sudo xcode-select --switch /Applications/Xcode_16.app + - run: xcrun simctl list > /dev/null + - run: xcodebuild -downloadPlatform iOS - uses: actions/setup-node@v4 with: node-version: 20