From 4e4b58f8e994f95eee8e46e1318153624f3a2601 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 21 Jan 2022 16:15:56 +0100 Subject: ci: only run one compiler each on macos, ubuntu --- .github/workflows/check-query-files-and-compilation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml index 09c1ed6d..939ff531 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 -- cgit v1.2.3