mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
ci: only run one compiler each on macos, ubuntu
This commit is contained in:
parent
b7d4d8a55d
commit
4e4b58f8e9
1 changed files with 4 additions and 4 deletions
|
|
@ -23,6 +23,10 @@ jobs:
|
||||||
cc: [ gcc, clang ]
|
cc: [ gcc, clang ]
|
||||||
nvim_tag: [ v0.6.1 ]
|
nvim_tag: [ v0.6.1 ]
|
||||||
exclude:
|
exclude:
|
||||||
|
- os: ubuntu-latest
|
||||||
|
cc: clang
|
||||||
|
nvim_tag: v0.6.1
|
||||||
|
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
cc: gcc
|
cc: gcc
|
||||||
nvim_tag: v0.6.1
|
nvim_tag: v0.6.1
|
||||||
|
|
@ -32,10 +36,6 @@ jobs:
|
||||||
cc: cl
|
cc: cl
|
||||||
nvim_tag: v0.6.1
|
nvim_tag: v0.6.1
|
||||||
|
|
||||||
- os: macos-latest
|
|
||||||
cc: gcc-10
|
|
||||||
nvim_tag: v0.6.1
|
|
||||||
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
cc: gcc
|
cc: gcc
|
||||||
nvim_tag: nightly
|
nvim_tag: nightly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue