the file macos-13-arm64-Readme.md exist but how do I use that Image #8749
Answered
by
shamil-mubarakshin
JoacimWall
asked this question in
General questions
-
Hi I can't find the name for the Image in any docs.
What should the vmImage name be to use the Arm64 version of Mac OS? //Thanks Joacim |
Beta Was this translation helpful? Give feedback.
Answered by
shamil-mubarakshin
Nov 6, 2023
Replies: 1 comment 1 reply
-
Hi @JoacimWall, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
erik-bershel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JoacimWall,
macOS13 arm64 agent's availability date for Azure DevOps is unknown. You can use supported self-hosted agents.
For GitHub Actions arm64 runners are available by
runs-on: macos-13-xlarge
.