Skip to content

fix(ci): CLI binary build fails for x86_64-apple-darwin (macos-13 runner deprecated) #1153

@chaliy

Description

@chaliy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingci

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions