From 3ca7479a08c3f9391235dfb27a2c591e3bdf2299 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 22 Aug 2025 15:18:23 +0800 Subject: [PATCH] Reduce concurrency on iOS simulators. --- master/custom/workers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/custom/workers.py b/master/custom/workers.py index 8dc6bf01..2967e8ac 100644 --- a/master/custom/workers.py +++ b/master/custom/workers.py @@ -307,7 +307,7 @@ def get_workers(settings): name="rkm-arm64-ios-simulator", tags=['iOS'], not_branches=['3.9', '3.10', '3.11', '3.12'], - parallel_builders=4, + parallel_builders=1, # All builds use the same simulator ), cpw( name="rkm-emscripten",