No xcodebuild speedup on macos-13-xl image #8217
Unanswered
asendra
asked this question in
General questions
Replies: 1 comment
-
Hello! the macOS-xl runners specs are:
but as we are unfamiliar with your code base / project specifics / runner resources utilisation we may not judge if it is something runner-specific or not. Plain increase of number of parallel jobs may indeed not have desired effect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a quite standard build process for our app using Fastlane, and we wanted to try the "new"
macos-13-xl
image to see how much improvement we could get compared to the regularmacos-13
image we are using now.Quite shockingly, the times for our xcodebuild commands are taking the same amount of time. At least the same time as our best runs in a regular
macos-13
image, which is a bit variable, and sometimes takes a bit more time.Is there something we should check or verify to make sure that we are actually getting the XL runners?
I've even tried to manually specify the number of jobs, which works locally on a mac, (
xcodebuild .... -jobs 12
), and no change whatsoever.Beta Was this translation helpful? Give feedback.
All reactions