This commit is contained in:
Ellie Huxtable 2024-01-11 20:53:07 +00:00
parent a11b9414c6
commit d4bae8cf61

View File

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