There was an error while loading. Please reload this page.
1 parent 805a01b commit 6044bd8Copy full SHA for 6044bd8
1 file changed
.github/workflows/functional-test.yml
@@ -21,14 +21,14 @@ jobs:
21
strategy:
22
matrix:
23
include:
24
+ - xcodeVersion: '26.4'
25
+ iosVersion: '26.4'
26
+ deviceName: 'iPhone 17'
27
+ platform: macos-26
28
- xcodeVersion: '16.4'
29
iosVersion: '18.5'
30
deviceName: 'iPhone 16'
31
platform: macos-15
- - xcodeVersion: '15.4'
- iosVersion: '17.5'
- deviceName: 'iPhone 15'
- platform: macos-14
32
fail-fast: false
33
34
env:
0 commit comments