We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66140b commit de7ecb4Copy full SHA for de7ecb4
.github/workflows/ci.yml
@@ -20,15 +20,15 @@ jobs:
20
fail-fast: false
21
matrix:
22
node: ['14', '16', '18']
23
- os: ['ubuntu-latest', 'macos-11', 'windows-latest']
+ os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
24
include:
25
- os: ubuntu-latest
26
NIGHTLY: nvim-linux64.tar.gz
27
NVIM_BIN_PATH: nvim-linux64/bin
28
EXTRACT: tar xzf
29
- - os: macos-11
30
- NIGHTLY: nvim-macos.tar.gz
31
- NVIM_BIN_PATH: nvim-macos/bin
+ - os: macos-latest
+ NIGHTLY: nvim-macos-x86_64.tar.gz
+ NVIM_BIN_PATH: nvim-macos-x86_64/bin
32
33
- os: windows-latest
34
NIGHTLY: nvim-win64.zip
0 commit comments