diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5263b8e5..2cdd7dc7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ env: jobs: clippy: name: clippy - runs-on: macos-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -28,14 +28,9 @@ jobs: profile: minimal components: clippy override: true - - - name: install target - run: rustup target add aarch64-apple-darwin - - name: Install rust-src component - run: rustup component add rust-src --toolchain nightly-aarch64-apple-darwin - name: cargo clippy - run: cargo clippy --all + run: cargo clippy fmt: name: fmt project