Skip to content

Commit

Permalink
ci: Replace SDK 14.3 with SDK 16.2 in functional tests (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Jan 30, 2025
1 parent 2e0bafd commit 2f96435
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2f96435

Please sign in to comment.