ci: adds comma to oses
Some checks failed
Check a nix flake, and potentially puts stuff in a cache. / nix (nix-runner) (push) Failing after 24s
Check a nix flake, and potentially puts stuff in a cache. / nix (ubuntu-latest) (push) Successful in 3m18s

This commit is contained in:
2025-03-22 16:53:37 -05:00
parent 78deffa579
commit b33e6419c3

View File

@@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest nix-runner]
os: [ubuntu-latest, nix-runner]
runs-on: ${{ matrix.os }}
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."