Skip to content

Commit

Permalink
nvim URL for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgranstrom committed Sep 14, 2024
1 parent e18f902 commit b20da49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- os: ubuntu-latest
url: https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-linux64.tar.gz
- os: macos-latest
url: https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-macos.tar.gz
url: https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-macos-arm64.tar.gz
steps:
- uses: actions/checkout@v3
- name: Prepare
Expand Down

0 comments on commit b20da49

Please sign in to comment.