From f6d9bcf74b57f587fbedb036829036f0ea2b7575 Mon Sep 17 00:00:00 2001 From: Max Novich Date: Wed, 9 Jul 2025 14:07:16 -0700 Subject: [PATCH] switch to custom runner for rust build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ab527bbe6d2..aa4f39ad180a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: rust-build-and-test: name: Build and Test Rust Project - runs-on: ubuntu-latest + runs-on: goose steps: # Add disk space cleanup before linting - name: Check disk space before build