microsoft / cpp_client_telemetry

1DS C++ SDK
Apache License 2.0
86 stars 47 forks source link

CI failing for the use of macOS11 runner image #1287

Open lalitb opened 2 months ago

lalitb commented 2 months ago

failure - https://github.com/microsoft/cpp_client_telemetry/actions/runs/9889178216/job/27314645563?pr=1286

macOS11 is not longer in the list of available runner images - https://github.com/actions/runner-images The fix should be to upgrade to macOS12 runner image.

ThomsonTan commented 1 month ago

@lalitb thanks for looking this one.