Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: macos is now platform specific #22

Merged
merged 3 commits into from
May 17, 2024

Commits on May 17, 2024

  1. fix: macos is now platform specific

    it looks like with the latest 0.10.0 release, neovim is publishing
    macos-arm or macos-x86_64 versions only
    rm-kierancoker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    299bf6a View commit details
    Browse the repository at this point in the history
  2. fix: add a check for version less that 0.10.x

    If the version is less than 0.10.x we will want to use the old platform
    of just `macos` rather than split based on arch
    rm-kierancoker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    26998c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fade32c View commit details
    Browse the repository at this point in the history