Skip to content

Commit

Permalink
chore: Test on MacOS and with Determinate installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Oct 20, 2023
1 parent 2cd3e16 commit 751f330
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ on:
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
runs-on:
- ubuntu-22.04
- macos-13
uses:
- cachix/install-nix-action@main
- DeterminateSystems/nix-installer-action@main
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- uses: ${{ matrix.uses }}
- uses: ./
- run: actionlint
- run: shellcheck nix-develop-gha.sh

0 comments on commit 751f330

Please sign in to comment.