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 4813ce6 commit 767a91fCopy full SHA for 767a91f
.github/workflows/test.yml
@@ -32,6 +32,12 @@ jobs:
32
exclude:
33
- os: 'ubuntu-latest'
34
python-version: '3.7'
35
+ - os: 'macos-latest'
36
+ python-version: '3.7'
37
38
+ python-version: '3.8'
39
40
+ python-version: '3.9'
41
include:
42
- os: 'ubuntu-20.04'
43
@@ -42,6 +48,12 @@ jobs:
48
NIGHTLY: nvim-linux64.tar.gz
49
NVIM_BIN_PATH: nvim-linux64/bin
44
50
EXTRACT: tar xzf
51
+ - os: 'macos-12'
52
53
54
55
56
45
57
- os: 'macos-latest'
46
58
NIGHTLY: nvim-macos-x86_64.tar.gz
47
59
NVIM_BIN_PATH: nvim-macos-x86_64/bin
0 commit comments