Problem
The cli-binaries.yml workflow fails for the x86_64-apple-darwin target because it uses the macos-13 runner, which GitHub has deprecated.
Error from the v0.1.17 release build:
The configuration 'macos-13-us-default' is not supported
Run: https://github.com/everruns/bashkit/actions/runs/24114099444
The other two targets (aarch64-apple-darwin on macos-latest and x86_64-unknown-linux-gnu on ubuntu-latest) build successfully.
Fix
Update the runner for x86_64-apple-darwin from macos-13 to macos-latest (or macos-14/macos-15) in .github/workflows/cli-binaries.yml. Since macos-latest is now ARM64, the x86_64 target will need cross-compilation or an explicit x86_64 runner if available.
References
Problem
The
cli-binaries.ymlworkflow fails for thex86_64-apple-darwintarget because it uses themacos-13runner, which GitHub has deprecated.Error from the v0.1.17 release build:
Run: https://github.com/everruns/bashkit/actions/runs/24114099444
The other two targets (
aarch64-apple-darwinonmacos-latestandx86_64-unknown-linux-gnuonubuntu-latest) build successfully.Fix
Update the runner for
x86_64-apple-darwinfrommacos-13tomacos-latest(ormacos-14/macos-15) in.github/workflows/cli-binaries.yml. Sincemacos-latestis now ARM64, the x86_64 target will need cross-compilation or an explicit x86_64 runner if available.References
specs/008-release-process.mdreferencesmacos-13for x86_64