From 5ad1dab3cc0e131b042098a2a15d8c21546b1783 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 10 Feb 2024 13:36:09 -0800 Subject: [PATCH] ci: try namespace --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b88db003c..df8c96cf3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -210,7 +210,7 @@ jobs: run: nix develop -c zig build -Dstatic=false prettier: - runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm + runs-on: namespace-profile-default steps: - uses: actions/checkout@v4 # Check out repo so we can lint it - uses: cachix/install-nix-action@v24 @@ -224,7 +224,7 @@ jobs: run: nix develop -c prettier --check . alejandra: - runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm + runs-on: namespace-profile-default steps: - uses: actions/checkout@v4 # Check out repo so we can lint it - uses: cachix/install-nix-action@v24