From 2c68cb50eb6e08f1494bc284f147ae8390ad337a Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sat, 8 Nov 2025 03:53:33 +0800 Subject: [PATCH] Revert "fix: Wrong github action matrix definition" This reverts commit 384ce384b6631a814ab99f4773e2df8064c0c99f. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 177e1be..b2616fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - hostname: [Tytonidae, Akun, Cape] + hostname: [Tytonidae Akun Cape] steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v25