sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

Workflow: use github-hosted runners to build macOS configurations #41

Closed stephanvalentan closed 1 year ago

stephanvalentan commented 1 year ago

This PR ensures that the workflow is only executed on Github-hosted runners, as suggested by the docs. As Github does not (yet) provide support for ARM-based macOS versions, the relevant configurations were temporarily disabled.

This issue tracks the support for the ARM-based macOS runners.