From 10541134693ba710261832c309fae67036c6e892 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 8 Oct 2023 11:23:36 -0700 Subject: [PATCH] Revert "Use github runners for unit tests (for now) (#1279)" (#1294) This reverts commit 0abbcd6941fb27d9dd7ac3443c78c06607660d33. --- .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