Skip to content

Commit 2ca4503

Browse files
ci: Bump ios version (#1126)
1 parent 1b6c701 commit 2ca4503

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
test_targets:
15-
- HOST_OS: 'macos-15'
16-
XCODE_VERSION: '26.1'
17-
IOS_VERSION: '26.1'
18-
IOS_MODEL: iPhone 17
15+
- HOST_OS: 'macos-26'
16+
XCODE_VERSION: '26.4'
17+
IOS_VERSION: '26.4'
18+
IOS_MODEL: 'iPhone 17'
1919
- HOST_OS: 'macos-15'
2020
XCODE_VERSION: '16.4'
2121
IOS_VERSION: '18.4'
22-
IOS_MODEL: iPhone 16 Plus
22+
IOS_MODEL: 'iPhone 16 Plus'
2323
- HOST_OS: 'macos-14'
2424
XCODE_VERSION: '15.4'
2525
IOS_VERSION: '17.5'
26-
IOS_MODEL: iPhone 15 Plus
26+
IOS_MODEL: 'iPhone 15 Plus'
2727

2828
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
2929
runs-on: ${{matrix.test_targets.HOST_OS}}

0 commit comments

Comments
 (0)