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

This reverts commit 089cb6847c.
This commit is contained in:
Ellie Huxtable 2023-10-25 09:25:43 +01:00 committed by GitHub
parent b74ed756e2
commit 9f25ce581a
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