Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Mar 24, 2024
1 parent 51566e4 commit d9e331e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
push:
branches:
- master
- test
pull_request:

jobs:
nix:
runs-on: self-hosted
strategy:
matrix:
system: [aarch64-linux, aarch64-darwin]
system: [aarch64-darwin]
steps:
- uses: actions/checkout@v4
- run: nixci --build-systems "github:nix-systems/${{ matrix.system }}"

0 comments on commit d9e331e

Please sign in to comment.