-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Description
Everything was working fine until one hour ago, then suddenly I'm getting the following error:
##[warning]An image label with the label unsupported-vmimage does not exist.
,##[error]The remote provider was unable to process the request.
Pool: [Azure Pipelines](https://dev.azure.com/centralreach01/472e2055-b6ee-4ef4-9bcd-bae6e680286c/_settings/agentqueues?poolId=&queueId=18)
Image: macos-13-arm64
I also tried to use macos-14-arm64, but in that case the error says that:
##[warning]An image label with the label macos-14-arm64 does not exist.
I also tried to use macos-14, but in that case the error says that:
##[warning]An image label with the label macos-14 does not exist.
Then I tried using macos-13 but that image is not up to date (no .NET8, and I don't like to install .NET 8 from scratch every time).
This looks very similar to #8926
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
Is it regression?
Yes, last successful build was using 20231115.2
Expected behavior
The macOS-13-arm64 image is found and runs as expected
Actual behavior
The macOS-13-arm64 image appears to be not found.
Repro steps
- Create an Azure pipeline using macOS-13-arm64
- Run it a bunch of times
twofingerrightclick