diff --git a/.github/workflows/pr_ios.yml b/.github/workflows/pr_ios.yml index 70d8927a1..74c3bf996 100644 --- a/.github/workflows/pr_ios.yml +++ b/.github/workflows/pr_ios.yml @@ -61,9 +61,9 @@ jobs: - name: Start iOS simulator uses: futureware-tech/simulator-action@v4 with: - model: ${{ matrix.platform == 'iOS' && 'iPhone 15' || 'Apple TV' }} + model: ${{ matrix.platform == 'iOS' && 'iPhone 16' || 'Apple TV' }} os: ${{ matrix.platform }} - os_version: '>=14.0' + os_version: '>=18.0' - name: Run e2e tests working-directory: e2e