We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6c701 commit 2ca4503Copy full SHA for 2ca4503
1 file changed
.github/workflows/functional-test.yml
@@ -12,18 +12,18 @@ jobs:
12
fail-fast: false
13
matrix:
14
test_targets:
15
- - HOST_OS: 'macos-15'
16
- XCODE_VERSION: '26.1'
17
- IOS_VERSION: '26.1'
18
- IOS_MODEL: iPhone 17
+ - HOST_OS: 'macos-26'
+ XCODE_VERSION: '26.4'
+ IOS_VERSION: '26.4'
+ IOS_MODEL: 'iPhone 17'
19
- HOST_OS: 'macos-15'
20
XCODE_VERSION: '16.4'
21
IOS_VERSION: '18.4'
22
- IOS_MODEL: iPhone 16 Plus
+ IOS_MODEL: 'iPhone 16 Plus'
23
- HOST_OS: 'macos-14'
24
XCODE_VERSION: '15.4'
25
IOS_VERSION: '17.5'
26
- IOS_MODEL: iPhone 15 Plus
+ IOS_MODEL: 'iPhone 15 Plus'
27
28
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
29
runs-on: ${{matrix.test_targets.HOST_OS}}
0 commit comments