aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2022-03-11 19:02:37 +0100
committerGitHub <noreply@github.com>2022-03-11 19:02:37 +0100
commit532343dcfa3af45c1f4fe6fbda483e9fdf822b33 (patch)
treea371d1d0c3cd11b8d338bf14797afe4f59c6b6b1 /.github
parent04de9bb6551307421ce21ba87a98d50c2d10b07a (diff)
parent5e7ea57d8efbcc06e1704f3ccc437ebfd8c53819 (diff)
downloadyosys-532343dcfa3af45c1f4fe6fbda483e9fdf822b33.tar.gz
yosys-532343dcfa3af45c1f4fe6fbda483e9fdf822b33.tar.bz2
yosys-532343dcfa3af45c1f4fe6fbda483e9fdf822b33.zip
Merge pull request #3222 from zachjs/prune-linux-ci
Prune Linux CI builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-linux.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml
index d601aa966..e27ea37d2 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'