diff --git a/.gitea/workflows/nixtest.yaml b/.gitea/workflows/nixtest.yaml index 2ffce44..09c35f2 100644 --- a/.gitea/workflows/nixtest.yaml +++ b/.gitea/workflows/nixtest.yaml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: true matrix: - os: [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."