From 0ab242b026c4ed9aaba7b8a2f86fe7c932926a02 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sun, 24 Nov 2024 14:46:24 +0100 Subject: [PATCH] Update simulator for iOS integration tests --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 850148f..61f7906 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -248,8 +248,8 @@ jobs: - name: Start simulator run: | - IPHONE12=$(xcrun xctrace list devices 2>&1 | grep -m 1 "iPhone 14 Pro" | awk -F'[()]' '{print $4}') - xcrun simctl boot $IPHONE12 + IPHONE=$(xcrun xctrace list devices 2>&1 | grep -m 1 "iPhone" | awk -F'[()]' '{print $4}') + xcrun simctl boot $IPHONE - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2.4.0