natcap / invest

InVEST®: models that map and value the goods and services from nature that sustain and fulfill human life.
Apache License 2.0
170 stars 70 forks source link

Fall back to x64 MacOS runners for GitHub Actions #1587

Closed phargogh closed 5 months ago

phargogh commented 5 months ago

It turns out that mac binaries built on M1 chips won't run on intel chips. This PR downgrades our mac runners so that our mac builds are building and testing on x64 until we determine the best approach to handle this (see #1586 ). Related to the 3.14.2 release: #1581

Checklist

- [ ] Updated HISTORY.rst and link to any relevant issue (if these changes are user-facing) - [ ] Updated the user's guide (if needed) - [ ] Tested the Workbench UI (if relevant)