We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e744b08 commit bafc4e9Copy full SHA for bafc4e9
.github/workflows/test.yaml
@@ -18,12 +18,12 @@ jobs:
18
- os: ubuntu-latest
19
neovim: nightly
20
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
21
- - os: macos-latest
+ - os: macos-14
22
neovim: stable
23
url: https://github.com/neovim/neovim/releases/download/stable/nvim-macos.tar.gz
24
25
26
- url: https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz
+ url: https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-arm64.tar.gz
27
runs-on: ${{ matrix.os }}
28
steps:
29
- uses: actions/checkout@v2
0 commit comments