Skip to content

Update ci.yaml

Update ci.yaml #810

Workflow file for this run

name: "CI"
on:
push:
branches:
- master
- test
pull_request:
jobs:
nix:
runs-on: self-hosted
strategy:
matrix:
system: [aarch64-darwin]
steps:
- uses: actions/checkout@v4
- run: nixci --build-systems "github:nix-systems/${{ matrix.system }}"