yt-project / unyt

Handle, manipulate, and convert data with units in Python
https://unyt.readthedocs.io
BSD 3-Clause "New" or "Revised" License
358 stars 46 forks source link

MNT: use macOS x86 for Python 3.9 in CI #501

Closed neutrinoceros closed 1 month ago

neutrinoceros commented 2 months ago

Context: macos-latest is being migrated repo-by-repo from macos-12 (x86) to macos-14 (arm64) It appears that this migration was rolled out for unyt 3 days ago. As a result, regular CI is broken on macOS+py39, presumably because of a faulty docker image. No test is failing, but jobs are still reported as failed. Pinning to an 'old' macOS image seems appropriate here and fixes the immediate problem.