diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26d4e455f1..5ae8dfe170 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,7 +119,7 @@ jobs: nix-integration: name: 'Nix / Integration' - runs-on: ubuntu-22.04 + runs-on: [self-hosted, linux, normal] needs: nix-build steps: - name: Check out code