diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 4b91552..9efa97b 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -21,14 +21,14 @@ jobs: strategy: matrix: include: + - xcodeVersion: '26.4' + iosVersion: '26.4' + deviceName: 'iPhone 17' + platform: macos-26 - xcodeVersion: '16.4' iosVersion: '18.5' deviceName: 'iPhone 16' platform: macos-15 - - xcodeVersion: '15.4' - iosVersion: '17.5' - deviceName: 'iPhone 15' - platform: macos-14 fail-fast: false env: