microsoft / azure-pipelines-agent

Azure Pipelines Agent 🚀
MIT License
1.73k stars 867 forks source link

[enhancement]: Add macOS 15 Sequoia support (x64 and ARM64) #5047

Open gentledepp opened 2 days ago

gentledepp commented 2 days ago

Add macOS 15 Sequoia support

Since updating to macOs 15.1, our build agent fails to run our pipeline. It hangs forever... we are using the x64 agent on an m1 mac - so we tried to switch to arm64, but then we get an error

System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> System.DllNotFoundException: Unable to load shared library 'libSystem.Security.Cryptography.Native.Apple' or one of its dependencies.

Brief description of tool Latest major macOS version released by Apple.

URL for tool's homepage https://developer.apple.com/documentation/macos-release-notes/macos-15-release-notes

Please add support for macOS 15 x64 and ARM64 agents: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/osx-agent?view=azure-devops#check-prerequisites

KonstantinTyukalov commented 7 hours ago

Hi @gentledepp thank you for the reporting! We are working on higher priority issues now, but we'll get back to this one soon