From d6d5cb25360244b63c830c11590a2b931010c1b6 Mon Sep 17 00:00:00 2001 From: Ethereum <136061549+sammyfilly@users.noreply.github.com> Date: Sat, 22 Jul 2023 10:37:01 +0100 Subject: [PATCH] Update ios.yml --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 08279eb573..8af45d9d01 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -34,7 +34,7 @@ jobs: - name: Test env: - name: main - scheme: ${{ 'default' }} + platform: ${{ 'iOS Simulator' }} run: | # xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)