-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds support for running mono tests on Apple M1 #47864
Conversation
Tweaked the mono build a bit to produce arm64 binaries & Enabled CI
Tagging subscribers to this area: @directhex Issue DetailsTweaked the mono build a bit to produce arm64 binaries & Enabled CI
|
I just triggered a rerun failed jobs since the M1 queues now seem to be functional. |
|
||
# OSX arm64 | ||
- ${{ if eq(parameters.platform, 'OSX_arm64') }}: | ||
- OSX.1100.ARM64.Open |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably needs to be consolidated with lines 88-91 above.
Draft Pull Request was automatically closed for inactivity. It can be manually reopened in the next 30 days if the work resumes. |
Tweaked the mono build a bit to produce arm64 binaries & Enabled CI