From c4facee8ddf8ec44e00e7d09bb21b23a30ad8346 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 22 Mar 2025 17:00:29 -0500 Subject: [PATCH] ci: put ubuntu back --- .gitea/workflows/nixtest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."