From b20da49cde20a42bc44682cf4d592957e080e3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Granstr=C3=B6m?= Date: Sat, 14 Sep 2024 14:48:35 +0200 Subject: [PATCH] nvim URL for macOS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1547837a..a492cd1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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