From b7622e0a282b88fa0262048ecfeca6210b0cf822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 2 Jan 2026 12:34:07 +0100 Subject: [PATCH] package/ci: The macOS M4 image has more cores, use all for the iOS build. --- package/ci/circleci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 3dcb6a6b7..bd5bd70b1 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -852,9 +852,9 @@ jobs: # STUPID yml interprets unquoted ON as a boolean TARGET_GLES2: "OFF" # Yep, xcodebuild is beyond stupid and just DOESN'T build in parallel by - # default. The default medium resource class has 4 CPUs and Ninja uses - # -j6, so do the same for xcodebuild. - XCODE_JOBS: 6 + # default. The default M4 medium resource class has 6 CPUs and Ninja uses + # -j8, so do the same for xcodebuild. + XCODE_JOBS: 8 steps: - install-base-macos: extra: xcbeautify