update compound-ios sim creation in the runner

This commit is contained in:
Mauro Romito
2026-04-17 13:26:35 +02:00
committed by Mauro
parent fbdaf716be
commit 795ad9b256

View File

@@ -46,7 +46,7 @@ jobs:
run: sourcery --config Tools/Sourcery/PreviewTestsConfig.yml
- name: Create simulator
run: xcrun simctl create "Snapshots" "iPhone SE (3rd generation)" "com.apple.CoreSimulator.SimRuntime.iOS-26-1"
run: xcrun simctl create "Snapshots" "iPhone SE (3rd generation)" "com.apple.CoreSimulator.SimRuntime.iOS-26-4"
- name: Run tests
working-directory: compound-ios