Revert "Use github runners for unit tests (for now) (#1279)" (#1294)

This reverts commit 0abbcd6941.
This commit is contained in:
Ellie Huxtable 2023-10-08 11:23:36 -07:00 committed by GitHub
parent 38172f3501
commit 1054113469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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