diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 6aa66e98..e30eccc7 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -35,6 +35,10 @@ jobs: needs: test runs-on: ubuntu-latest + strategy: + matrix: + toolchain: [stable] + steps: - id: checkout name: Checkout Repository