DataDog / datadog-ci

Use Datadog from your CI.
https://datadoghq.com
Apache License 2.0
129 stars 55 forks source link

[ci] Bring back x64 macOS binary #1348

Closed Drarig29 closed 5 months ago

Drarig29 commented 5 months ago

What and why?

In #1333, we renamed the datadog-ci_darwin-x64 binary to datadog-ci_darwin-arm64 for alignment, but didn't keep the original datadog-ci_darwin-x64.

This PR updates the CI to build both datadog-ci_darwin-x64 and datadog-ci_darwin-arm64.

How?

Use macos-latest-large, which is an x64 image.

Review checklist