Update main.yml

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

View file

@ -3,12 +3,12 @@ on:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
host: [wash, mal, hinge]
# strategy:
# matrix:
# os: [ubuntu-latest, macOS-latest]
# host: [wash, mal, hinge]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -16,4 +16,4 @@ jobs:
- run: |
cd dot_config/flake
sudo nixos-rebuild switch --flake ~/.config/flake#${{ matrix.host }}
sudo nixos-rebuild switch --flake ~/.config/flake#wash