also test builds on mac
This commit is contained in:
parent
4d739520aa
commit
1dcda8e7dc
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build-and-cache.yml
vendored
8
.github/workflows/build-and-cache.yml
vendored
|
@ -7,8 +7,12 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- github:cything/nixpkgs/3bbe764179eb980831392a8dc76ad63722420737#gollum
|
- github:cything/nixpkgs/a9c7c4c52da181e7c66156c61b65c39f567efb41#gollum
|
||||||
runs-on: ubuntu-latest
|
- github:cything/nixpkgs/44fa885355b6251cc366b51c2e6425f2bb38d944#schismtracker
|
||||||
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
- macos-latest
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue