From 795ad9b2562498f015f3c027e67573b28b08482d Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Fri, 17 Apr 2026 13:26:35 +0200 Subject: [PATCH] update compound-ios sim creation in the runner --- .github/workflows/compound-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compound-ios.yml b/.github/workflows/compound-ios.yml index 9e1d1bde5..956f91013 100644 --- a/.github/workflows/compound-ios.yml +++ b/.github/workflows/compound-ios.yml @@ -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