From 9c4d425d023bc5d68640d122d813238c4b0bccb0 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Mon, 24 Jun 2024 15:32:48 +0100 Subject: [PATCH] Test --- .github/workflows/cron-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-checks.yml b/.github/workflows/cron-checks.yml index 2ac6156c3ea..884a9e009ca 100644 --- a/.github/workflows/cron-checks.yml +++ b/.github/workflows/cron-checks.yml @@ -188,7 +188,7 @@ jobs: if: ${{ matrix.setup_runtime }} timeout-minutes: 60 run: | - output=$(xcrun simctl runtime list | grep ${{ matrix.ios }}) + output=$(/usr/bin/xcrun simctl runtime list | grep "iOS ${{ matrix.ios }}") if echo "$output" | grep -q "Ready"; then echo $output else