From 9f25ce581aa886b9eb6d334d3e5538ed98f8e1a7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 25 Oct 2023 09:25:43 +0100 Subject: [PATCH] Revert "Revert "Revert "Use github runners for unit tests (for now) (#1279)" (#1294)" (#1295)" (#1325) This reverts commit 089cb6847c41b555b3a69ad1970f9449a77df491. --- .github/workflows/rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cde34a2..2870f8d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,8 +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 + runs-on: [self-hosted, ARM64, macOS] steps: - uses: actions/checkout@v3