diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4c8bf1c..3c6844c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - rust: [beta, stable] + rust: [stable] steps: - name: Checkout Repository uses: actions/checkout@v4