JoinMarket-Org / joinmarket-clientserver

Bitcoin CoinJoin implementation with incentive structure to convince people to take part
GNU General Public License v3.0
699 stars 173 forks source link

CI: Use x64 not arm64 macOS #1693

Closed kristapsk closed 2 months ago

kristapsk commented 2 months ago

ARM (M1) GitHub runner doesn't have Python 3.8 available. EOL of 3.8 is 31 Oct 2024, would be good to continue support, unless there are some bigger reasons to drop it sooner.

And macos-latest was recently changed to M1, see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories.

This fixes current non-random always happening CI failures.

kristapsk commented 2 months ago

This is trivial, affects only CI, merging.