From abc9cec7c7529843f3d97a7ff9970d53d40917fc Mon Sep 17 00:00:00 2001 From: googlefan256 Date: Fri, 9 May 2025 20:07:18 +0900 Subject: [PATCH] fix: reduced actions --- .github/workflows/lint.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 43dc71b..672c291 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,15 +5,10 @@ on: jobs: check: - runs-on: ${{ matrix.machine.runner }} + runs-on: ubuntu-latest strategy: fail-fast: false matrix: - machine: - - platform: amd64 - runner: ubuntu-latest - - platform: arm64 - runner: ubuntu-24.04-arm components: - rustfmt - clippy