From d6cd6a1cf5eb920f041cb732b4375f4e534f91d6 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Wed, 22 Feb 2023 23:06:53 -0800 Subject: [PATCH] Only most recent compilers --- .github/workflows/build-linux.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 92b3e76fd..f51fd0db5 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -29,15 +29,15 @@ jobs: build_type: [Debug, Release] build_unstable: [ON] include: - - name: ubuntu-20.04-gcc-9 - os: ubuntu-20.04 - compiler: gcc - version: "9" + # - name: ubuntu-20.04-gcc-9 + # os: ubuntu-20.04 + # compiler: gcc + # version: "9" - - name: ubuntu-20.04-clang-9 - os: ubuntu-20.04 - compiler: clang - version: "9" + # - name: ubuntu-20.04-clang-9 + # os: ubuntu-20.04 + # compiler: clang + # version: "9" - name: ubuntu-22.04-gcc-11 os: ubuntu-22.04 @@ -50,9 +50,6 @@ jobs: version: "14" steps: - - name: Maximize build disk space - uses: easimon/maximize-build-space@v6 - - name: Checkout uses: actions/checkout@v3