projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8c61f
)
Prune Linux CI builds
author
Zachary Snow
<zach@zachjs.com>
Tue, 1 Mar 2022 09:20:59 +0000
(10:20 +0100)
committer
Zachary Snow
<zach@zachjs.com>
Fri, 11 Mar 2022 11:07:48 +0000
(12:07 +0100)
.github/workflows/test-linux.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/test-linux.yml
b/.github/workflows/test-linux.yml
index 9aa952e45707970d9f6393804ee653c851488ec3..a8713f2c4a46ac6ac5fac587c4cfb47bdd155d67 100644
(file)
--- 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'