From 209fcedc65a384fa78200f5ee536e984ee9d1eb2 Mon Sep 17 00:00:00 2001 From: Dhiogo Ramos Brustolin Date: Wed, 3 May 2023 17:15:37 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23a1eda66d6..b2f0922da77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -282,13 +282,13 @@ jobs: ui-tests: name: UI Tests for ${{matrix.target}} on Simulators runs-on: macos-13 - strategy: + strategy: matrix: target: ['ios_swift', 'ios_objc', 'tvos_swift'] steps: - uses: actions/checkout@v3 - - run: ./scripts/ci-select-xcode.sh + - run: ./scripts/ci-select-xcode.sh "14.3" # GitHub Actions sometimes fail to launch the UI tests. Therefore we retry - name: Run Fastlane