Skip to content

Commit 5ebba34

Browse files
authored
ci: run with xcode 26 and ios 26 (#1062)
* ci: run with xcode 26 and ios 26 * run with macos 15
1 parent 698a1ad commit 5ebba34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/functional-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
test_targets:
15+
- HOST_OS: 'macos-15'
16+
XCODE_VERSION: '26.0'
17+
IOS_VERSION: '26.0'
18+
IOS_MODEL: iPhone 17
1519
- HOST_OS: 'macos-15'
1620
XCODE_VERSION: '16.4'
1721
IOS_VERSION: '18.4'

0 commit comments

Comments
 (0)