diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-01-30 18:29:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-30 18:29:13 +0000 |
| commit | f6b541dbedcc3ae719dd3d1d0f889f2ca8e0f7d6 (patch) | |
| tree | 17cc2e52d4a500dcaac2b416aefcf886bd859d87 /.github/workflows/rust.yml | |
| parent | chore: Set ATUIN_ variables for development in devshell (#1653) (diff) | |
| download | atuin-f6b541dbedcc3ae719dd3d1d0f889f2ca8e0f7d6.zip | |
chore(ci): use github m1 for release builds (#1658)
Diffstat (limited to '.github/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2870f8d6..bac5f02f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,7 +42,7 @@ jobs: run: cargo build --all --locked --release && strip target/release/atuin unit-test: - runs-on: [self-hosted, ARM64, macOS] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 |
