Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Jun 11, 2024
1 parent ddd19b0 commit 7de3c35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 7de3c35

Please sign in to comment.