mirror of https://github.com/YosysHQ/yosys.git
ci: add missing macOS build
`test-macos.yml` included c++17 which was missing in `test-build.yml`.
This commit is contained in:
parent
9348221154
commit
c9c6b96ba9
|
@ -48,10 +48,13 @@ jobs:
|
|||
# Add os_name
|
||||
- os: ubuntu-20.04
|
||||
os_name: focal
|
||||
# macOS build
|
||||
# macOS builds
|
||||
- os: macos-13
|
||||
compiler: 'clang'
|
||||
cpp_std: 'c++11'
|
||||
- os: macos-13
|
||||
compiler: 'clang'
|
||||
cpp_std: 'c++17'
|
||||
# Limited testing for older compilers
|
||||
- os: ubuntu-20.04
|
||||
os_name: focal
|
||||
|
|
Loading…
Reference in New Issue