From 5852e4e529a57c9ef6fd9f1b94c74ff5e8b65dc0 Mon Sep 17 00:00:00 2001 From: Muhammad Umer Date: Wed, 16 Aug 2023 10:50:21 +0100 Subject: [PATCH] chore: test commit --- .github/workflows/edXTestSuit.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/edXTestSuit.yml b/.github/workflows/edXTestSuit.yml index 80d90dfd1..298985c41 100644 --- a/.github/workflows/edXTestSuit.yml +++ b/.github/workflows/edXTestSuit.yml @@ -15,16 +15,19 @@ jobs: matrix: env: - name: "Test iOS 16" - runtime: "iOS-16" + runtime: "iOS-16-4" device: "iPhone 14 Pro" task: "testLTRCurrentOS" - name: "Test RTL iOS 16" - runtime: "iOS-16" + runtime: "iOS-16-4" device: "iPhone 14 Pro" task: "testRTLCurrentOS" steps: - name: Git checkout uses: actions/checkout@v2 + - name: "Select Xcode 14.3.1" + run: | + sudo xcode-select -s /Applications/Xcode_14.3.1.app - name: Run tests if: always() run: |