Skip to content

Commit 2037208

Browse files
authored
Reduce concurrency on iOS simulators. (#620)
1 parent 6c9926d commit 2037208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def get_workers(settings):
307307
name="rkm-arm64-ios-simulator",
308308
tags=['iOS'],
309309
not_branches=['3.9', '3.10', '3.11', '3.12'],
310-
parallel_builders=4,
310+
parallel_builders=1, # All builds use the same simulator
311311
),
312312
cpw(
313313
name="rkm-emscripten",

0 commit comments

Comments
 (0)