Skip to content

Commit

Permalink
Build Linux and Darwin x86_64 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 1, 2023
1 parent a56fc31 commit 4f9d34d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
Expand Down

0 comments on commit 4f9d34d

Please sign in to comment.