-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information
Showing
5 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
build-tools/automation/yaml-templates/setup-jdk-variables.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters