-
Notifications
You must be signed in to change notification settings - Fork 534
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
[ci] Run Mac MSBuild tests on macos-14-arm64
#9665
Conversation
4f4b189
to
8b363ea
Compare
@pjcollins Do you know of a more elegant way to appropriately set |
f9f9554
to
c933c32
Compare
I'm trying to consolidate the places we use these Azure pipelines hosted agent JAVA_HOME vars in #9671 to simplify a future bump to JDK 21, and will try to make sure the arch component of the variable name is considered there. |
macos-14-arm64
macos-14-arm64
9febc43
to
570e018
Compare
570e018
to
a29e99d
Compare
macos-14-arm64
macos-14-arm64
* main: [ci] Run Mac MSBuild tests on `macos-14-arm64` (#9665)
Azure Pipelines now provides the
macos-14-arm64
image. We can use this image to run our MSBuild tests on. This is a benefit because it's nearly twice as fast and nowadays our Mac users are probably more likely to be running arm64.Unfortunately it does not support nested virtualization, so we can't run our emulator tests on this image. Supposedly Apple added nested virtualization in MacOS 15, but Azure does not have
macos-15-arm64
images yet. Hopefully we will be able to use those for emulator tests in the future.Additionally:
apkdiff
to a newer version with Apple Silicon support.