Rename `mac_runandroid_tests` CI lane to reflect Linux pool
Open
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 290
Description
The `mac_runandroid_tests` lane in `eng/pipelines/ci.yml` was originally introduced running on macOS (`$(HostedMacImage)`), but was switched to the Linux `AndroidPoolLinux` pool (`MAUI-DNCENG` / `1ESPT-Ubuntu22.04`) in #33997.
The lane name still has the `mac_` prefix, which is misleading since it no longer runs on macOS. It should be renamed to something like `linux_runandroid_tests` or `runandroid_tests` to avoid confusion.
https://github.com/dotnet/maui/blob/main/eng/pipelines/ci.yml#L303
Contributor guide
Assessment
This issue has not been assessed yet.