From 9c664eb484c1ead2d7efd2ab045a6eef664be789 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 29 Sep 2020 12:57:03 +0100 Subject: [PATCH] Conditionally disable template deduction guide tests --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1da10f94..63c0d4c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,11 +6,11 @@ on: branches: [ master ] jobs: - build: + build-gcc-linux: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-18.04, ubuntu-20.04] steps: - uses: actions/checkout@v2 @@ -24,7 +24,7 @@ jobs: - name: Run tests run: ./test/etl_tests - build-clang-9-Linux: + build-clang-9-linux: runs-on: ${{ matrix.os }} strategy: matrix: