conda / menuinst

Cross platform menu item installation
https://conda.github.io/menuinst/
BSD 3-Clause "New" or "Revised" License
33 stars 41 forks source link

Explicitly choose macos-13 for Intel runners #192

Closed jaimergp closed 2 months ago

jaimergp commented 2 months ago

Description

See https://github.com/conda-incubator/setup-miniconda/issues/344 for context.

macos-latest may or may not provide ARM64 right now. The only way to ensure Intel from now on is macos-13.

We should add osx-arm64 tests in a later PR.

Checklist - did you ...