cytomining / pycytominer

Python package for processing image-based profiling data
https://pycytominer.readthedocs.io
BSD 3-Clause "New" or "Revised" License
78 stars 35 forks source link

ci(runners): update macos version for python #408

Closed d33bs closed 6 months ago

d33bs commented 6 months ago

Description

This PR addresses #406 by pinning the MacOS GitHub Actions runner to macos-13. Without this change, we will see issues from Python 3.8 and 3.9 installations through the macos-latest (version 14) runner images.

Closes #406

What is the nature of your change?

Checklist

Please ensure that all boxes are checked before indicating that a pull request is ready for review.

kenibrewer commented 6 months ago

Merged because we're already seeing failed jobs due to this error. Thanks for finding this @d33bs

kenibrewer commented 6 months ago

@d33bs Just a note that I had to clear the github actions cache to get the mac-os - python3.11 job to pass. gh cache delete --all -R cytomining/pycytominer is a pretty useful command for troubleshooting actions stuff that might be cache related.

d33bs commented 6 months ago

Thanks @kenibrewer for the review, merge, and tip on the cache!