mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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 ]
|
||||
nvim_tag: [ v0.6.1 ]
|
||||
exclude:
|
||||
- os: ubuntu-latest
|
||||
cc: clang
|
||||
nvim_tag: v0.6.1
|
||||
|
||||
- os: macos-latest
|
||||
cc: gcc
|
||||
nvim_tag: v0.6.1
|
||||
|
|
@ -32,10 +36,6 @@ jobs:
|
|||
cc: cl
|
||||
nvim_tag: v0.6.1
|
||||
|
||||
- os: macos-latest
|
||||
cc: gcc-10
|
||||
nvim_tag: v0.6.1
|
||||
|
||||
- os: ubuntu-latest
|
||||
cc: gcc
|
||||
nvim_tag: nightly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue