ci: put ubuntu back
All checks were successful
Check a nix flake, and potentially puts stuff in a cache. / nix (nix-runner) (push) Successful in 1m11s
Check a nix flake, and potentially puts stuff in a cache. / nix (ubuntu-latest) (push) Successful in 3m3s

This commit is contained in:
2025-03-22 17:00:29 -05:00
parent b0ac8d03c3
commit c4facee8dd

View File

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