From 2f96435b28d0264d0632db6f02588aa20a16b92e Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 30 Jan 2025 01:59:02 +0100 Subject: [PATCH] ci: Replace SDK 14.3 with SDK 16.2 in functional tests (#2523) --- .github/workflows/functional-test.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index e7814395f..656d021b3 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -30,14 +30,14 @@ jobs: - driver - web - long - xcodeVersion: ['14.3.1', '15.4'] + xcodeVersion: ['16.2', '15.4'] include: - - xcodeVersion: '14.3.1' - iosVersion: '16.4' - deviceName: 'iPhone 14' - tvosVersion: '16.4' + - xcodeVersion: '16.2' + iosVersion: '18.2' + deviceName: 'iPhone 16' + tvosVersion: '18.2' tvosDeviceName: 'Apple TV' - platform: macos-13 + platform: macos-15 - xcodeVersion: '15.4' iosVersion: '17.5' deviceName: 'iPhone 15' @@ -70,13 +70,12 @@ jobs: name: List Runtimes - name: Prepare iOS simulator id: prepareSimulator - uses: futureware-tech/simulator-action@v3 + uses: futureware-tech/simulator-action@v4 with: model: "${{ matrix.deviceName }}" os_version: "${{ matrix.iosVersion }}" shutdown_after_job: false - - run: xcrun simctl bootstatus ${{ steps.prepareSimulator.outputs.udid }} -b - name: Wait for Simulator to finish booting + wait_for_boot: true - run: | npm install --no-save mjpeg-consumer