diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check-query-files-and-compilation.yml | 8 |
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 |
