Update main.yml

This commit is contained in:
Tyler 2025-03-19 20:03:02 -04:00 committed by GitHub
parent 019d41e73b
commit 8697c5d63b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-latest] os: [ubuntu-latest, macOS-latest]
host: [wash, mal, hinge]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -15,4 +16,4 @@ jobs:
- run: | - run: |
cd dot_config/flake cd dot_config/flake
nix build sudo nixos-rebuild switch --flake ~/.config/flake#${{ matrix.host }}