Skip to content

Commit bafc4e9

Browse files
authored
ci: use arm macOS version of nightly neovim (#83)
1 parent e744b08 commit bafc4e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- os: ubuntu-latest
1919
neovim: nightly
2020
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
21-
- os: macos-latest
21+
- os: macos-14
2222
neovim: stable
2323
url: https://github.com/neovim/neovim/releases/download/stable/nvim-macos.tar.gz
24-
- os: macos-latest
24+
- os: macos-14
2525
neovim: nightly
26-
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz
26+
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-arm64.tar.gz
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)