Skip to content

Commit de7ecb4

Browse files
committed
fix(ci): macOS CI fails with "Unrecognized archive format"
Run curl -LO 'https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz' tar: Error opening archive: Unrecognized archive format ref: neovim/neovim@036f86f
1 parent a66140b commit de7ecb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
node: ['14', '16', '18']
23-
os: ['ubuntu-latest', 'macos-11', 'windows-latest']
23+
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
2424
include:
2525
- os: ubuntu-latest
2626
NIGHTLY: nvim-linux64.tar.gz
2727
NVIM_BIN_PATH: nvim-linux64/bin
2828
EXTRACT: tar xzf
29-
- os: macos-11
30-
NIGHTLY: nvim-macos.tar.gz
31-
NVIM_BIN_PATH: nvim-macos/bin
29+
- os: macos-latest
30+
NIGHTLY: nvim-macos-x86_64.tar.gz
31+
NVIM_BIN_PATH: nvim-macos-x86_64/bin
3232
EXTRACT: tar xzf
3333
- os: windows-latest
3434
NIGHTLY: nvim-win64.zip

0 commit comments

Comments
 (0)