mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -05:00
Run testing also on darwin
This commit is contained in:
parent
2c3a4f66e9
commit
f58f91d326
1 changed files with 3 additions and 6 deletions
9
.github/workflows/check.yml
vendored
9
.github/workflows/check.yml
vendored
|
|
@ -13,15 +13,12 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
os: [ubuntu-latest macos-latest macos-26]
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: wimpysworld/nothing-but-nix@main
|
||||
- uses: DeterminateSystems/nix-installer-action@20
|
||||
with:
|
||||
hatchet-protocol: 'carve'
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
name: rde
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue