ci-macos (#46)

This commit is contained in:
Sridhar Ratnakumar 2024-02-23 11:47:06 -05:00 committed by GitHub
parent 19d7522ff7
commit b22ffacb24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}"