mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
ci: add missing macOS build
`test-macos.yml` included c++17 which was missing in `test-build.yml`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user