Skip to content
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

macOS-13-arm64 Image Not Being Found #8955

Closed
2 of 10 tasks
Nathan-Molby opened this issue Dec 5, 2023 · 4 comments
Closed
2 of 10 tasks

macOS-13-arm64 Image Not Being Found #8955

Nathan-Molby opened this issue Dec 5, 2023 · 4 comments

Comments

@Nathan-Molby
Copy link

Nathan-Molby commented Dec 5, 2023

Description

When using a pipeline with the macOS-13-arm64 runner, we are getting the error

##[warning]An image label with the label unsupported-vmimage does not exist.
##[error]The remote provider was unable to process the request.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

macOS-13-arm64

Is it regression?

Yes

Expected behavior

macOS-13-arm64 is a valid image

Actual behavior

macOS-13-arm64 is an unsupported vmimage

Repro steps

  1. Create a pipeline using the macOS-13-arm64 runner
  2. Attempt to run it
  3. Notice error
@mmrazik
Copy link

mmrazik commented Dec 5, 2023

See also #8945 and https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#software. macos-13-arm64 is not a supported vmimage. The actual behavior is correct.

@Nathan-Molby
Copy link
Author

Nathan-Molby commented Dec 5, 2023

Sounds good, I understand. It is somewhat confusing that the runner-images repo contains this image and Microsoft links to the runner-images repo for the software that it supports, but I will revert our repo to use macos-13 to resolve this.

@mmrazik
Copy link

mmrazik commented Dec 5, 2023

Fair feedback. I'll pass that down to make the docs less confusing.

@Nathan-Molby
Copy link
Author

#8971

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants