Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ui-tests-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ jobs:
HOMEBREW_DEVELOPER=1 brew install --formula ./scripts/xcodegen.rb
brew pin xcodegen

- name: Ensure simctl dyld shared cache is updated
run: |
xcrun simctl runtime dyld_shared_cache update --all
xcrun simctl list devices

- name: Select Xcode version
env:
XCODE_VERSION: ${{ inputs.xcode_version }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/unit-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
- name: Install Slather
run: gem install slather

- name: Ensure simctl dyld shared cache is updated
run: |
xcrun simctl runtime dyld_shared_cache update --all
xcrun simctl list devices

# Install platform runtimes that are not included by default
# For iOS 16.4: Not included with Xcode 15.4 on macOS-14 (macOS-13 sunset)
# For iOS/tvOS 26.1: Beta platforms not included by default
Expand Down
Loading