From 7de3c3566f4b3176e712318bd57af11349b63e83 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 11 Jun 2024 10:25:43 +0800 Subject: [PATCH] update ci Signed-off-by: tison --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1963d40..40c080a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: korandoru/hawkeye@v4 - uses: Swatinem/rust-cache@v2 - uses: dtolnay/rust-toolchain@nightly - name: Check Clippy @@ -65,7 +64,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm ] + os: [ ubuntu-latest ] runs-on: ${{matrix.os}} name: Docker sanity check on ${{ matrix.os }} steps: