pact-foundation / pact-net

.NET version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://pact.io
MIT License
842 stars 231 forks source link

Add mac m1 runner to ci matrix (#451) #487

Closed TDavtyan-ST closed 7 months ago

TDavtyan-ST commented 8 months ago

As github recently introduced support for mac m1/m2 runners (https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/), giving it a try

adamrodger commented 7 months ago

I think we need to make it more explicit which job is using which arch. Just from looking at the CI definition it's unclear that 12 just happens to be x86 and 14 is ARM, plus those could change in future.

adamrodger commented 7 months ago

Added in 5.0.0-beta.2 with explicit arch support using GitHub Actions matrix feature