Skip to content

Commit

Permalink
ci-macos (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Feb 23, 2024
1 parent 19d7522 commit b22ffac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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 }}"

0 comments on commit b22ffac

Please sign in to comment.