Build on MacOS too
This commit is contained in:
parent
aaca7a4020
commit
f69fcb6ae4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
|||
os: ubuntu-20.04
|
||||
- name: Windows 2019
|
||||
os: windows-2019
|
||||
- name: MacOS 10.15
|
||||
os: macos-10.15
|
||||
cmake-build-type: [Debug, Release]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue