From c81cf6fb3a94d807b9c9333a17324e39b64af203 Mon Sep 17 00:00:00 2001 From: Max Novich Date: Wed, 9 Jul 2025 14:57:00 -0700 Subject: [PATCH] switch to custom runner for rust build (#3325) --- .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 4ab527bb..aa4f39ad 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