diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d81c4a07..84a0c063 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: fail-fast: false matrix: include: - - { rust: nightly-2022-06-29, os: ubuntu-latest } + - { rust: stable, os: ubuntu-latest } steps: - name: Checkout uses: actions/checkout@v2