Skip to content

Commit 8ab09bd

Browse files
committed
version
1 parent 3275736 commit 8ab09bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pigeon/tool/shared/test_suites.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Future<int> _runIOSPluginUnitTests(String testPluginPath) async {
359359

360360
const deviceName = 'Pigeon-Test-iPhone';
361361
const deviceType = 'com.apple.CoreSimulator.SimDeviceType.iPhone-14';
362-
const deviceRuntime = 'com.apple.CoreSimulator.SimRuntime.iOS-26-2';
362+
const deviceRuntime = 'com.apple.CoreSimulator.SimRuntime.iOS-26-4';
363363
const deviceOS = '26.4';
364364
await _createSimulator(deviceName, deviceType, deviceRuntime);
365365
return runXcodeBuild(

0 commit comments

Comments
 (0)