Backblaze / B2_Command_Line_Tool

The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage
Other
529 stars 120 forks source link

fix GHA CI by using old macos for old python versions #1018

Closed mjurbanski-reef closed 2 months ago

mjurbanski-reef commented 2 months ago

Workaround for https://github.com/actions/setup-python/issues/696

adal-chiriliuc-reef commented 2 months ago

Any reason for macos-12 instead of macos-13, which is also non-M1? 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

mjurbanski-reef commented 2 months ago

that is what was used before macos-14 rollout under macos-latest name, but I guess macos-13 does come with 4 CPU cores instead of 3 and has longer support https://github.com/actions/runner-images/issues/9255 , so I will change to macos-13 as suggested.