switch doxygen build to macos

This commit is contained in:
Krishna Vedala 2020-05-28 18:25:06 -04:00
parent 9f9325e5f3
commit 4c3823ada3
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -7,15 +7,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@master
with:
submodules: true
- name: Install requirements
run: |
sudo apt -qq -y update
sudo apt -qq install graphviz ninja-build
sudo brew install graphviz ninja-build
sudo brew install doxygen
- name: configure
run: cmake -G Ninja -B ./build -S .