diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8194f8ee..81eb99513 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: strategy: matrix: rust: - - beta + - stable name: clippy/${{ matrix.rust }} steps: - uses: actions/checkout@v4