We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3275736 commit 8ab09bdCopy full SHA for 8ab09bd
1 file changed
packages/pigeon/tool/shared/test_suites.dart
@@ -359,7 +359,7 @@ Future<int> _runIOSPluginUnitTests(String testPluginPath) async {
359
360
const deviceName = 'Pigeon-Test-iPhone';
361
const deviceType = 'com.apple.CoreSimulator.SimDeviceType.iPhone-14';
362
- const deviceRuntime = 'com.apple.CoreSimulator.SimRuntime.iOS-26-2';
+ const deviceRuntime = 'com.apple.CoreSimulator.SimRuntime.iOS-26-4';
363
const deviceOS = '26.4';
364
await _createSimulator(deviceName, deviceType, deviceRuntime);
365
return runXcodeBuild(
0 commit comments