From bbd60cc11a41cde4bae99031a1c649cde722f091 Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:14:10 +0100 Subject: [PATCH] Add OS X support --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: