mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
ci: Linux only
This commit is contained in:
parent
b40c9342aa
commit
c54d49d713
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -11,7 +11,8 @@ jobs:
|
|||
runs-on: ${{ matrix.system }}
|
||||
strategy:
|
||||
matrix:
|
||||
system: [x86_64-linux, aarch64-darwin, aarch64-linux]
|
||||
# system: [x86_64-linux, aarch64-darwin, aarch64-linux]
|
||||
system: [x86_64-linux]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: om ci run --systems "${{ matrix.system }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue