switch to custom runner for rust build (#3325)

This commit is contained in:
Max Novich
2025-07-09 14:57:00 -07:00
committed by GitHub
parent 35adca345c
commit c81cf6fb3a

View File

@@ -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