Closed Drarig29 closed 5 months ago
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.
datadog-ci_darwin-x64
datadog-ci_darwin-arm64
This PR updates the CI to build both datadog-ci_darwin-x64 and datadog-ci_darwin-arm64.
Use macos-latest-large, which is an x64 image.
macos-latest-large
What and why?
In #1333, we renamed the
datadog-ci_darwin-x64
binary todatadog-ci_darwin-arm64
for alignment, but didn't keep the originaldatadog-ci_darwin-x64
.This PR updates the CI to build both
datadog-ci_darwin-x64
anddatadog-ci_darwin-arm64
.How?
Use
macos-latest-large
, which is an x64 image.Review checklist