Error Encountered When Using High-Performance macOS Images in Azure Pipelines #10155
Unanswered
anderson-scherer
asked this question in
General questions
Replies: 1 comment
-
You are currently using the GitHub Actions runner label "macos-14-xlarge" in your Azure Pipeline, hence it's throwing macos-14-xlarge does not exist. Please change it to "macOS-latest" or "macOS-14." So that It will be worked fine.For more information, please refer to the article: Azure DevOps Hosted Agents. |
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
-
I would like to test higher performance images for Builds in Azure Pipelines.
However, I am encountering the following error:
What would be the procedure for using these higher performance images?
Thank you in advance for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions