Started running builds on darwin
This commit is contained in:
parent
1353b587f6
commit
16f05013e5
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -21,7 +21,10 @@ jobs:
|
|||
|
||||
build:
|
||||
needs: pre-commit-hooks
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
runner: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.runner }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v25
|
||||
|
|
Loading…
Reference in a new issue