diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 447afca..4ec1688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,17 @@ jobs: run: test/ci_build.sh shell: bash + build_osx: + runs-on: macOS-latest + name: "mac os" + steps: + - uses: actions/checkout@main + - name: Conan Action + uses: ./ + - name: Build + run: test/ci_build.sh + + yamllint: runs-on: ubuntu-latest steps: