diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 9b602e8ed..49785ee23 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -12,6 +12,10 @@ jobs: fail-fast: false matrix: test_targets: + - HOST_OS: 'macos-15' + XCODE_VERSION: '26.0' + IOS_VERSION: '26.0' + IOS_MODEL: iPhone 17 - HOST_OS: 'macos-15' XCODE_VERSION: '16.4' IOS_VERSION: '18.4'