diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 2f90e7f..4bfb80d 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -10,10 +10,10 @@ jobs: strategy: matrix: include: - - xcodeVersion: '14.3.1' - iosVersion: '16.4' - deviceName: 'iPhone 14' - platform: macos-13 + - xcodeVersion: '16.4' + iosVersion: '18.5' + deviceName: 'iPhone 16' + platform: macos-15 - xcodeVersion: '15.4' iosVersion: '17.5' deviceName: 'iPhone 15'