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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest macos-latest macos-26]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: wimpysworld/nothing-but-nix@main
|
- uses: DeterminateSystems/nix-installer-action@20
|
||||||
with:
|
with:
|
||||||
hatchet-protocol: 'carve'
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: cachix/install-nix-action@v31
|
|
||||||
with:
|
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
name: rde
|
name: rde
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue