From 6f9dce64120e7423663feaee5e336eadcfa4aed1 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 19 Mar 2025 20:10:28 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46ca93e..eec88f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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