mirror of https://github.com/YosysHQ/yosys.git
ci: Drop gcc-12
Setup script unable to install gcc-12 under ubuntu-20.04.
This commit is contained in:
parent
6f602e79d4
commit
0720020226
|
@ -74,9 +74,6 @@ jobs:
|
|||
- os: ubuntu-20.04
|
||||
compiler: 'clang-17'
|
||||
cpp_std: 'c++11'
|
||||
- os: ubuntu-20.04
|
||||
compiler: 'gcc-12'
|
||||
cpp_std: 'c++11'
|
||||
- os: ubuntu-20.04
|
||||
compiler: 'gcc-13'
|
||||
cpp_std: 'c++11'
|
||||
|
|
Loading…
Reference in New Issue