seeraven / gitcache

Local cache for git repositories to speed up working with large repositories and multiple clones.
BSD 3-Clause "New" or "Revised" License
40 stars 8 forks source link

Add x86_64 binaries as part of release package #41

Closed Youw closed 6 months ago

Youw commented 6 months ago

Github Actions macOS-13 Runner is x86_64 machine, as opposed to macOS-14 which is ARM64.

Youw commented 6 months ago

I didn't test this all the way to the end (didn't actually run the "Create Release" Action). But I did try it locally, on my x86_64 mac machine.

seeraven commented 6 months ago

Cool! Thank you for finding that one! The changes seem to be straight forward, the only thing I'm not 100% sure is the job to update the pip dependencies, as it seems the python version is the same on MacOS 13 and 14. But since it would create two separate pull requests it won't hurt. I'll merge and test it right away.