ci: run nix build on ubuntu and macos

This commit is contained in:
Igor Sirotin 2026-02-24 22:27:55 +00:00
parent a97d8c1717
commit e29368ed35
No known key found for this signature in database
GPG Key ID: 0EABBCB40CB9AD4A

View File

@ -55,7 +55,10 @@ jobs:
nix-build:
name: Nix Build
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
with: