Skip to content

Commit b7e98e1

Browse files
committed
fix: update test to ios 26
1 parent 6779e43 commit b7e98e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/ios/ios-simulator.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('iOS Simulator tests', { skip }, async () => {
2222
{
2323
name: 'codify-test-iphone',
2424
deviceType: 'com.apple.CoreSimulator.SimDeviceType.iPhone-15',
25-
runtime: 'com.apple.CoreSimulator.SimRuntime.iOS-18-0',
25+
runtime: 'com.apple.CoreSimulator.SimRuntime.iOS-26-0',
2626
},
2727
],
2828
},
@@ -41,12 +41,12 @@ describe('iOS Simulator tests', { skip }, async () => {
4141
{
4242
name: 'codify-test-iphone',
4343
deviceType: 'com.apple.CoreSimulator.SimDeviceType.iPhone-15',
44-
runtime: 'com.apple.CoreSimulator.SimRuntime.iOS-18-0',
44+
runtime: 'com.apple.CoreSimulator.SimRuntime.iOS-26-0',
4545
},
4646
{
4747
name: 'codify-test-ipad',
4848
deviceType: 'com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation',
49-
runtime: 'com.apple.CoreSimulator.SimRuntime.iOS-18-0',
49+
runtime: 'com.apple.CoreSimulator.SimRuntime.iOS-26-0',
5050
},
5151
],
5252
}],

0 commit comments

Comments
 (0)