Skip to content

Commit e10c05b

Browse files
tune versions
1 parent 00646ca commit e10c05b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/functional-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
IOS_MODEL: 'iPhone 17'
1919
- HOST_OS: 'macos-15'
2020
XCODE_VERSION: '16.4'
21-
IOS_VERSION: '18.4'
21+
IOS_VERSION: '18.5'
2222
IOS_MODEL: 'iPhone 16 Plus'
2323
- HOST_OS: 'macos-14'
2424
XCODE_VERSION: '15.4'
@@ -46,6 +46,7 @@ jobs:
4646
DEVICE_NAME: ${{matrix.test_targets.IOS_MODEL}}
4747
PLATFORM_VERSION: ${{matrix.test_targets.IOS_VERSION}}
4848
run: |
49+
xcrun simctl list devices available
4950
open -Fn "$(xcode-select -p)/Applications/Simulator.app"
5051
udid=$(xcrun simctl list devices available -j | \
5152
node -p "Object.entries(JSON.parse(fs.readFileSync(0)).devices).filter((x) => x[0].includes('$PLATFORM_VERSION'.replace('.', '-'))).reduce((acc, x) => [...acc, ...x[1]], []).find(({name}) => name === '$DEVICE_NAME').udid")

0 commit comments

Comments
 (0)