aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-21 16:15:56 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-21 18:58:40 +0100
commit4e4b58f8e994f95eee8e46e1318153624f3a2601 (patch)
treee79a8c14210b5baa02d2b71ff6cb36af0ed47fd4 /.github/workflows
parentci: avoid duplicate CI runs (diff)
downloadnvim-treesitter-4e4b58f8e994f95eee8e46e1318153624f3a2601.tar
nvim-treesitter-4e4b58f8e994f95eee8e46e1318153624f3a2601.tar.gz
nvim-treesitter-4e4b58f8e994f95eee8e46e1318153624f3a2601.tar.bz2
nvim-treesitter-4e4b58f8e994f95eee8e46e1318153624f3a2601.tar.lz
nvim-treesitter-4e4b58f8e994f95eee8e46e1318153624f3a2601.tar.xz
nvim-treesitter-4e4b58f8e994f95eee8e46e1318153624f3a2601.tar.zst
nvim-treesitter-4e4b58f8e994f95eee8e46e1318153624f3a2601.zip
ci: only run one compiler each on macos, ubuntu
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index 09c1ed6d2..939ff5311 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -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