From: Zachary Snow Date: Tue, 1 Mar 2022 09:20:59 +0000 (+0100) Subject: Prune Linux CI builds X-Git-Tag: yosys-0.16~48^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e7ea57d8efbcc06e1704f3ccc437ebfd8c53819;p=yosys.git Prune Linux CI builds --- diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 9aa952e45..a8713f2c4 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -11,9 +11,7 @@ jobs: - { id: ubuntu-20.04, name: focal } compiler: - 'clang-12' - - 'clang-11' - 'gcc-11' - - 'gcc-10' cpp_std: - 'c++11' - 'c++14' @@ -21,6 +19,12 @@ jobs: - 'c++20' include: # Limit the older compilers to C++11 mode + - os: { id: ubuntu-20.04, name: focal } + compiler: 'clang-11' + cpp_std: 'c++11' + - os: { id: ubuntu-20.04, name: focal } + compiler: 'gcc-10' + cpp_std: 'c++11' - os: { id: ubuntu-18.04, name: bionic } compiler: 'clang-3.9' cpp_std: 'c++11'