From b22ffacb24d868eeb846f79274b84d8e3fd818af Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:47:06 -0500 Subject: [PATCH] ci-macos (#46) --- .github/workflows/ci.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9900fd4e..7d6df61a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,12 +1,17 @@ name: "CI" + on: push: branches: - master pull_request: + jobs: - build: + nix: runs-on: self-hosted + strategy: + matrix: + system: [aarch64-linux, aarch64-darwin] steps: - uses: actions/checkout@v4 - - run: nixci + - run: nixci --build-systems "github:nix-systems/${{ matrix.system }}"