You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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](actions/runner-images#9460), 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:
- Update `apkdiff` to a [newer version with Apple Silicon support](radekdoulik/apkdiff#8).
- Tweak agent count since we now need fewer Mac agents, but could use a couple more Windows agents.
- Bugfix to make sure we're using the right JDK path for ARM64.
0 commit comments