mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-03-06 07:33:07 +00:00
ci: run nix build on ubuntu and macos
This commit is contained in:
parent
a97d8c1717
commit
e29368ed35
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user