install-xcode when build image for macos errored out #10341
zoezhangmattr
started this conversation in
Image configuration
Replies: 1 comment 1 reply
-
The macOS code is not ready to run for creating a self-hosted VM. There are a lot of solutions there that are tied to our platform and environment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/actions/runner-images/blob/main/images/macos/scripts/build/Install-Xcode.ps1
using this file to install xcode when build selfhosted macos runner
is it just me or anyone encouter same issue: cant easily complete running this script
i am not powershell expert (might be one of the reasons), but its not stable to run this script to install the xcode somehow, it errors out, i had to add a few try catch to make sure download is ok, then to proceed, i am not sure what is wrong here.
Beta Was this translation helpful? Give feedback.
All reactions