diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c381a..15a098b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [stable, 1.82, 1.83] + rust: [stable] target: [x86_64-unknown-linux-gnu] steps: