Description
After migrating from dotnet/aspire to microsoft/aspire, the macos-latest GitHub-hosted runners are not available (jobs sit in queued indefinitely). This is likely because macOS runners need to be explicitly enabled by an admin in the microsoft GitHub org's runner policies.
As a workaround, macOS CI jobs (build_cli_archive_macos and tests_requires_nugets_macos) have been temporarily disabled in .github/workflows/tests.yml.
Action Items
- Request a
microsoft org admin to enable macos-latest runners for the microsoft/aspire repository (Organization Settings -> Actions -> Runner groups/policies)
- Once confirmed available, revert the commit that disabled macOS runs in
tests.yml
- Verify macOS CI jobs run successfully on a PR
Related